#15845B

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

Shades of Deep Sea #15845B

Tints of Deep Sea #15845B

Color information

#15845B (or 0x15845B) is unknown color: approx Deep Sea. HEX triplet: 15, 84 and 5B. RGB value is (21,132,91). Sum of RGB (Red+Green+Blue) = 21+132+91=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #15845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15845B is #EA7BA4. Grayscale: #5E5E5E. Windows color (decimal): -15367077 or 5997589. OLE color: 5997589.

HSL color Cylindrical-coordinate representation of color #15845B: hue angle of 157.84º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15845B is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB2113291-
CMYK0.8400.310.48
HSL157.84º72.55%30%-
HSV(B)157.84º84.09%51.76%-
XYZ10.4517.4212.71-
YUV94.14126.2375.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.61%
GREEN value IS 132 (51.95% from 255) = 54.10%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=8.61%
G=54.10%
B=37.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21132910.8400.310.48157.8472.5530
Hex15845B5401F309e491e
Octal252041331240376023611136
Binary10101100001001011011101010001111111000010011110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,132,91); }

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

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

 a { background-color: rgb(21,132,91); }

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

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

 span { border-color: rgb(21,132,91); }

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