#157666

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

Shades of Deep Sea #157666

Tints of Deep Sea #157666

Color information

#157666 (or 0x157666) is unknown color: approx Deep Sea. HEX triplet: 15, 76 and 66. RGB value is (21,118,102). Sum of RGB (Red+Green+Blue) = 21+118+102=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #157666 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157666 is #EA8999. Grayscale: #575757. Windows color (decimal): -15370650 or 6714901. OLE color: 6714901.

HSL color Cylindrical-coordinate representation of color #157666: hue angle of 170.1º 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 #157666 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB21118102-
CMYK0.8200.140.54
HSL170.1º69.78%27.25%-
HSV(B)170.1º82.2%46.27%-
XYZ9.1914.0814.8-
YUV87.17136.3680.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=8.71%
G=48.96%
B=42.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal211181020.8200.140.54170.169.7827.25
Hex157666520E36aa461b
Octal251661461220166625210633
Binary101011110110110011010100100111011011010101010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157666; }

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

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

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

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

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

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

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

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