#157A5C

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

Shades of Deep Sea #157A5C

Tints of Deep Sea #157A5C

Color information

#157A5C (or 0x157A5C) is unknown color: approx Deep Sea. HEX triplet: 15, 7A and 5C. RGB value is (21,122,92). Sum of RGB (Red+Green+Blue) = 21+122+92=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #157A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A5C is #EA85A3. Grayscale: #585858. Windows color (decimal): -15369636 or 6060565. OLE color: 6060565.

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

Color convert

RGB2112292-
CMYK0.8300.250.52
HSL162.18º70.63%28.04%-
HSV(B)162.18º82.79%47.84%-
XYZ9.214.8512.51-
YUV88.38130.0479.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 122 (48.05% from 255) = 51.91%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=8.94%
G=51.91%
B=39.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21122920.8300.250.52162.1870.6328.04
Hex157A5C5301934a2471c
Octal251721341230316424210734
Binary1010111110101011100101001101100111010010100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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