#157C5A

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

Shades of Deep Sea #157C5A

Tints of Deep Sea #157C5A

Color information

#157C5A (or 0x157C5A) is unknown color: approx Deep Sea. HEX triplet: 15, 7C and 5A. RGB value is (21,124,90). Sum of RGB (Red+Green+Blue) = 21+124+90=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #157C5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C5A is #EA83A5. Grayscale: #595959. Windows color (decimal): -15369126 or 5930005. OLE color: 5930005.

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

Color convert

RGB2112490-
CMYK0.8300.270.51
HSL160.19º71.03%28.43%-
HSV(B)160.19º83.06%48.63%-
XYZ9.3615.3112.14-
YUV89.33128.3879.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 124 (48.83% from 255) = 52.77%
BLUE value IS 90 (35.55% from 255) = 38.30%
R=8.94%
G=52.77%
B=38.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21124900.8300.270.51160.1971.0328.43
Hex157C5A5301B33a0471c
Octal251741321230336324010734
Binary1010111111001011010101001101101111001110100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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