#18806C

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

Shades of Deep Sea #18806C

Tints of Deep Sea #18806C

Color information

#18806C (or 0x18806C) is unknown color: approx Deep Sea. HEX triplet: 18, 80 and 6C. RGB value is (24,128,108). Sum of RGB (Red+Green+Blue) = 24+128+108=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #18806C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18806C is #E77F93. Grayscale: #5E5E5E. Windows color (decimal): -15171476 or 7110680. OLE color: 7110680.

HSL color Cylindrical-coordinate representation of color #18806C: hue angle of 168.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18806C is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB24128108-
CMYK0.8100.160.50
HSL168.46º68.42%29.8%-
HSV(B)168.46º81.25%50.2%-
XYZ10.816.7216.84-
YUV94.62135.5477.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.23%
GREEN value IS 128 (50.39% from 255) = 49.23%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=9.23%
G=49.23%
B=41.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241281080.8100.160.50168.4668.4229.8
Hex18806C5101032a8441e
Octal302001541210206225010436
Binary11000100000001101100101000101000011001010101000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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