#157A5A

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

Shades of Deep Sea #157A5A

Tints of Deep Sea #157A5A

Color information

#157A5A (or 0x157A5A) is unknown color: approx Deep Sea. HEX triplet: 15, 7A and 5A. RGB value is (21,122,90). Sum of RGB (Red+Green+Blue) = 21+122+90=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #157A5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A5A is #EA85A5. Grayscale: #585858. Windows color (decimal): -15369638 or 5929493. OLE color: 5929493.

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

Color convert

RGB2112290-
CMYK0.8300.260.52
HSL160.99º70.63%28.04%-
HSV(B)160.99º82.79%47.84%-
XYZ9.1114.8212.05-
YUV88.15129.0480.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 122 (48.05% from 255) = 52.36%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=9.01%
G=52.36%
B=38.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21122900.8300.260.52160.9970.6328.04
Hex157A5A5301A34a1471c
Octal251721321230326424110734
Binary1010111110101011010101001101101011010010100001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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