#18815A

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

Shades of Deep Sea #18815A

Tints of Deep Sea #18815A

Color information

#18815A (or 0x18815A) is unknown color: approx Deep Sea. HEX triplet: 18, 81 and 5A. RGB value is (24,129,90). Sum of RGB (Red+Green+Blue) = 24+129+90=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #18815A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18815A is #E77EA5. Grayscale: #5D5D5D. Windows color (decimal): -15171238 or 5931288. OLE color: 5931288.

HSL color Cylindrical-coordinate representation of color #18815A: hue angle of 157.71º 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 #18815A is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB2412990-
CMYK0.8100.300.49
HSL157.71º68.63%30%-
HSV(B)157.71º81.4%50.59%-
XYZ10.0716.6312.35-
YUV93.16126.2178.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=9.88%
G=53.09%
B=37.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24129900.8100.300.49157.7168.6330
Hex18815A5101E319e451e
Octal302011321210366123610536
Binary11000100000011011010101000101111011000110011110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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