#18786C

Color #18786C Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #18786C

Tints of Deep Sea #18786C

Color information

#18786C (or 0x18786C) is unknown color: approx Deep Sea. HEX triplet: 18, 78 and 6C. RGB value is (24,120,108). Sum of RGB (Red+Green+Blue) = 24+120+108=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #18786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18786C is #E78793. Grayscale: #595959. Windows color (decimal): -15173524 or 7108632. OLE color: 7108632.

HSL color Cylindrical-coordinate representation of color #18786C: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18786C is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB24120108-
CMYK0.800.100.53
HSL172.5º66.67%28.24%-
HSV(B)172.5º80%47.06%-
XYZ9.814.7116.51-
YUV89.93138.280.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.52%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=9.52%
G=47.62%
B=42.86%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal241201080.800.100.53172.566.6728.24
Hex18786C500A35ac431c
Octal301701541200126525410334
Binary110001111000110110010100000101011010110101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,120,108); }

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

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

 a { background-color: rgb(24,120,108); }

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

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

 span { border-color: rgb(24,120,108); }

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