#18795B

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

Shades of Deep Sea #18795B

Tints of Deep Sea #18795B

Color information

#18795B (or 0x18795B) is unknown color: approx Deep Sea. HEX triplet: 18, 79 and 5B. RGB value is (24,121,91). Sum of RGB (Red+Green+Blue) = 24+121+91=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #18795B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18795B is #E786A4. Grayscale: #585858. Windows color (decimal): -15173285 or 5994776. OLE color: 5994776.

HSL color Cylindrical-coordinate representation of color #18795B: hue angle of 161.44º 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 #18795B is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB2412191-
CMYK0.8000.250.53
HSL161.44º66.9%28.43%-
HSV(B)161.44º80.17%47.45%-
XYZ9.114.6212.24-
YUV88.58129.3681.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 121 (47.66% from 255) = 51.27%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=10.17%
G=51.27%
B=38.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121910.8000.250.53161.4466.928.43
Hex18795B5001935a1431c
Octal301711331200316524110334
Binary1100011110011011011101000001100111010110100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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