#157E5A

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

Shades of Deep Sea #157E5A

Tints of Deep Sea #157E5A

Color information

#157E5A (or 0x157E5A) is unknown color: approx Deep Sea. HEX triplet: 15, 7E and 5A. RGB value is (21,126,90). Sum of RGB (Red+Green+Blue) = 21+126+90=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 126 (49.61% from 255 or 53.16% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 126 - color contains mainly: green. Hex color #157E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157E5A is #EA81A5. Grayscale: #5A5A5A. Windows color (decimal): -15368614 or 5930517. OLE color: 5930517.

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

Color convert

RGB2112690-
CMYK0.8300.290.51
HSL159.43º71.43%28.82%-
HSV(B)159.43º83.33%49.41%-
XYZ9.6215.8212.22-
YUV90.5127.7178.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 126 (49.61% from 255) = 53.16%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=8.86%
G=53.16%
B=37.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21126900.8300.290.51159.4371.4328.82
Hex157E5A5301D339f471d
Octal251761321230356323710735
Binary1010111111101011010101001101110111001110011111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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