#18815B

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

Shades of Deep Sea #18815B

Tints of Deep Sea #18815B

Color information

#18815B (or 0x18815B) is unknown color: approx Deep Sea. HEX triplet: 18, 81 and 5B. RGB value is (24,129,91). Sum of RGB (Red+Green+Blue) = 24+129+91=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #18815B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18815B is #E77EA4. Grayscale: #5D5D5D. Windows color (decimal): -15171237 or 5996824. OLE color: 5996824.

HSL color Cylindrical-coordinate representation of color #18815B: hue angle of 158.29º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18815B is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB2412991-
CMYK0.8100.290.49
HSL158.29º68.63%30%-
HSV(B)158.29º81.4%50.59%-
XYZ10.1216.6512.58-
YUV93.27126.7178.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 129 (50.78% from 255) = 52.87%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=9.84%
G=52.87%
B=37.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24129910.8100.290.49158.2968.6330
Hex18815B5101D319e451e
Octal302011331210356123610536
Binary11000100000011011011101000101110111000110011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18815B; }

 p { color: rgb(24,129,91); }

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

<style>
 a { background-color: #18815B; }

 a { background-color: rgb(24,129,91); }

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

<style>
 span { border-color: #18815B; }

 span { border-color: rgb(24,129,91); }

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