#157860

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

Shades of Deep Sea #157860

Tints of Deep Sea #157860

Color information

#157860 (or 0x157860) is unknown color: approx Deep Sea. HEX triplet: 15, 78 and 60. RGB value is (21,120,96). Sum of RGB (Red+Green+Blue) = 21+120+96=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #157860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157860 is #EA879F. Grayscale: #575757. Windows color (decimal): -15370144 or 6322197. OLE color: 6322197.

HSL color Cylindrical-coordinate representation of color #157860: hue angle of 165.45º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157860 is Cyan = 0.83, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB2112096-
CMYK0.8300.20.53
HSL165.45º70.21%27.65%-
HSV(B)165.45º82.5%47.06%-
XYZ9.1414.4413.37-
YUV87.66132.780.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=8.86%
G=50.63%
B=40.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120960.8300.20.53165.4570.2127.65
Hex1578605301435a5461c
Octal251701401230246524510634
Binary1010111110001100000101001101010011010110100101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157860; }

 p { color: rgb(21,120,96); }

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

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

 a { background-color: rgb(21,120,96); }

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

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

 span { border-color: rgb(21,120,96); }

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