#15805E

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

Shades of Deep Sea #15805E

Tints of Deep Sea #15805E

Color information

#15805E (or 0x15805E) is unknown color: approx Deep Sea. HEX triplet: 15, 80 and 5E. RGB value is (21,128,94). Sum of RGB (Red+Green+Blue) = 21+128+94=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #15805E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15805E is #EA7FA1. Grayscale: #5C5C5C. Windows color (decimal): -15368098 or 6193173. OLE color: 6193173.

HSL color Cylindrical-coordinate representation of color #15805E: hue angle of 160.93º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15805E is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB2112894-
CMYK0.8400.270.50
HSL160.93º71.81%29.22%-
HSV(B)160.93º83.59%50.2%-
XYZ10.0516.4113.23-
YUV92.13129.0577.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.64%
GREEN value IS 128 (50.39% from 255) = 52.67%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=8.64%
G=52.67%
B=38.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21128940.8400.270.50160.9371.8129.22
Hex15805E5401B32a1481d
Octal252001361240336224111035
Binary10101100000001011110101010001101111001010100001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15805E; }

 p { color: rgb(21,128,94); }

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

<style>
 a { background-color: #15805E; }

 a { background-color: rgb(21,128,94); }

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

<style>
 span { border-color: #15805E; }

 span { border-color: rgb(21,128,94); }

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