#157F5C

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

Shades of Deep Sea #157F5C

Tints of Deep Sea #157F5C

Color information

#157F5C (or 0x157F5C) is unknown color: approx Deep Sea. HEX triplet: 15, 7F and 5C. RGB value is (21,127,92). Sum of RGB (Red+Green+Blue) = 21+127+92=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #157F5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F5C is #EA80A3. Grayscale: #5B5B5B. Windows color (decimal): -15368356 or 6061845. OLE color: 6061845.

HSL color Cylindrical-coordinate representation of color #157F5C: hue angle of 160.19º 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 #157F5C is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB2112792-
CMYK0.8300.280.50
HSL160.19º71.62%29.02%-
HSV(B)160.19º83.46%49.8%-
XYZ9.8316.1112.72-
YUV91.32128.3877.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 127 (50% from 255) = 52.92%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=8.75%
G=52.92%
B=38.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21127920.8300.280.50160.1971.6229.02
Hex157F5C5301C32a0481d
Octal251771341230346224011035
Binary1010111111111011100101001101110011001010100000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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