#157659

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

Shades of Deep Sea #157659

Tints of Deep Sea #157659

Color information

#157659 (or 0x157659) is unknown color: approx Deep Sea. HEX triplet: 15, 76 and 59. RGB value is (21,118,89). Sum of RGB (Red+Green+Blue) = 21+118+89=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #157659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157659 is #EA89A6. Grayscale: #555555. Windows color (decimal): -15370663 or 5862933. OLE color: 5862933.

HSL color Cylindrical-coordinate representation of color #157659: hue angle of 162.06º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157659 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB2111889-
CMYK0.8200.250.54
HSL162.06º69.78%27.25%-
HSV(B)162.06º82.2%46.27%-
XYZ8.5913.8411.67-
YUV85.69129.8681.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=9.21%
G=51.75%
B=39.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118890.8200.250.54162.0669.7827.25
Hex1576595201936a2461b
Octal251661311220316624210633
Binary1010111101101011001101001001100111011010100010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157659; }

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

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

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

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

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

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

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

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