#157F6C

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

Shades of Deep Sea #157F6C

Tints of Deep Sea #157F6C

Color information

#157F6C (or 0x157F6C) is unknown color: approx Deep Sea. HEX triplet: 15, 7F and 6C. RGB value is (21,127,108). Sum of RGB (Red+Green+Blue) = 21+127+108=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #157F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F6C is #EA8093. Grayscale: #5D5D5D. Windows color (decimal): -15368340 or 7110421. OLE color: 7110421.

HSL color Cylindrical-coordinate representation of color #157F6C: hue angle of 169.25º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F6C is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB21127108-
CMYK0.8300.150.50
HSL169.25º71.62%29.02%-
HSV(B)169.25º83.46%49.8%-
XYZ10.6116.4216.8-
YUV93.14136.3876.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 127 (50% from 255) = 49.61%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=8.20%
G=49.61%
B=42.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal211271080.8300.150.50169.2571.6229.02
Hex157F6C530F32a9481d
Octal251771541230176225111035
Binary101011111111110110010100110111111001010101001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,127,108); }

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

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

 a { background-color: rgb(21,127,108); }

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

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

 span { border-color: rgb(21,127,108); }

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