#157C66

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

Shades of Deep Sea #157C66

Tints of Deep Sea #157C66

Color information

#157C66 (or 0x157C66) is unknown color: approx Deep Sea. HEX triplet: 15, 7C and 66. RGB value is (21,124,102). Sum of RGB (Red+Green+Blue) = 21+124+102=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #157C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C66 is #EA8399. Grayscale: #5A5A5A. Windows color (decimal): -15369114 or 6716437. OLE color: 6716437.

HSL color Cylindrical-coordinate representation of color #157C66: hue angle of 167.18º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157C66 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB21124102-
CMYK0.8300.180.51
HSL167.18º71.03%28.43%-
HSV(B)167.18º83.06%48.63%-
XYZ9.9215.5315.05-
YUV90.7134.3878.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=8.50%
G=50.20%
B=41.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal211241020.8300.180.51167.1871.0328.43
Hex157C665301233a7471c
Octal251741461230226324710734
Binary1010111111001100110101001101001011001110100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157C66; }

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

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

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

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

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

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

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

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