#157859

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

Shades of Deep Sea #157859

Tints of Deep Sea #157859

Color information

#157859 (or 0x157859) is unknown color: approx Deep Sea. HEX triplet: 15, 78 and 59. RGB value is (21,120,89). Sum of RGB (Red+Green+Blue) = 21+120+89=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #157859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157859 is #EA87A6. Grayscale: #565656. Windows color (decimal): -15370151 or 5863445. OLE color: 5863445.

HSL color Cylindrical-coordinate representation of color #157859: hue angle of 161.21º 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 #157859 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB2112089-
CMYK0.8300.260.53
HSL161.21º70.21%27.65%-
HSV(B)161.21º82.5%47.06%-
XYZ8.8314.3111.75-
YUV86.86129.281.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=9.13%
G=52.17%
B=38.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120890.8300.260.53161.2170.2127.65
Hex1578595301A35a1461c
Octal251701311230326524110634
Binary1010111110001011001101001101101011010110100001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157859; }

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

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

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

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

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

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

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

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