#18535C

Color #18535C Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #18535C

Tints of Teal Blue #18535C

Color information

#18535C (or 0x18535C) is unknown color: approx Teal Blue. HEX triplet: 18, 53 and 5C. RGB value is (24,83,92). Sum of RGB (Red+Green+Blue) = 24+83+92=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #18535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18535C is #E7ACA3. Grayscale: #424242. Windows color (decimal): -15183012 or 6050584. OLE color: 6050584.

HSL color Cylindrical-coordinate representation of color #18535C: hue angle of 187.94º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18535C is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB248392-
CMYK0.740.1000.64
HSL187.94º58.62%22.75%-
HSV(B)187.94º73.91%36.08%-
XYZ5.47.1511.22-
YUV66.38142.4597.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 12.06%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=12.06%
G=41.71%
B=46.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2483920.740.1000.64187.9458.6222.75
Hex18535C4AA040bc3b17
Octal301231341121201002747327
Binary110001010011101110010010101010010000001011110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18535C; }

 p { color: rgb(24,83,92); }

 H1.HeaderClassName
 {
   color: #18535C;
 }
 .AnyTagClassName
 {
   color: #18535C;
 }
</style>
background-color css

<style>
 a { background-color: #18535C; }

 a { background-color: rgb(24,83,92); }

 div.DivClassName
 {
   background-color: #18535C;
 }
 .BgClassName
 {
   background-color: #18535C;
 }
</style>
border-color css

<style>
 span { border-color: #18535C; }

 span { border-color: rgb(24,83,92); }

 td.TdClassName
 {
   border-color: #18535C;
 }
 .TagClassName
 {
   border-color: #18535C;
 }
</style>