#18535F

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

Shades of Teal Blue #18535F

Tints of Teal Blue #18535F

Color information

#18535F (or 0x18535F) is unknown color: approx Teal Blue. HEX triplet: 18, 53 and 5F. RGB value is (24,83,95). Sum of RGB (Red+Green+Blue) = 24+83+95=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #18535F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18535F is #E7ACA0. Grayscale: #424242. Windows color (decimal): -15183009 or 6247192. OLE color: 6247192.

HSL color Cylindrical-coordinate representation of color #18535F: hue angle of 190.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18535F is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB248395-
CMYK0.750.1300.63
HSL190.14º59.66%23.33%-
HSV(B)190.14º74.74%37.25%-
XYZ5.547.2111.93-
YUV66.73143.9597.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 95 (37.5% from 255) = 47.03%
R=11.88%
G=41.09%
B=47.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2483950.750.1300.63190.1459.6623.33
Hex18535F4BD03Fbe3c17
Octal30123137113150772767427
Binary11000101001110111111001011110101111111011111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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