#157760

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

Shades of Deep Sea #157760

Tints of Deep Sea #157760

Color information

#157760 (or 0x157760) is unknown color: approx Deep Sea. HEX triplet: 15, 77 and 60. RGB value is (21,119,96). Sum of RGB (Red+Green+Blue) = 21+119+96=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #157760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157760 is #EA889F. Grayscale: #575757. Windows color (decimal): -15370400 or 6321941. OLE color: 6321941.

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

Color convert

RGB2111996-
CMYK0.8200.190.53
HSL165.92º70%27.45%-
HSV(B)165.92º82.35%46.67%-
XYZ9.0214.213.33-
YUV87.08133.0380.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=8.90%
G=50.42%
B=40.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21119960.8200.190.53165.927027.45
Hex1577605201335a6461b
Octal251671401220236524610633
Binary1010111101111100000101001001001111010110100110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157760; }

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

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

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

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

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

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

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

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