#157A61

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

Shades of Deep Sea #157A61

Tints of Deep Sea #157A61

Color information

#157A61 (or 0x157A61) is unknown color: approx Deep Sea. HEX triplet: 15, 7A and 61. RGB value is (21,122,97). Sum of RGB (Red+Green+Blue) = 21+122+97=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #157A61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157A61 is #EA859E. Grayscale: #585858. Windows color (decimal): -15369631 or 6388245. OLE color: 6388245.

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

Color convert

RGB2112297-
CMYK0.8300.200.52
HSL165.15º70.63%28.04%-
HSV(B)165.15º82.79%47.84%-
XYZ9.4314.9413.7-
YUV88.95132.5479.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 122 (48.05% from 255) = 50.83%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=8.75%
G=50.83%
B=40.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21122970.8300.200.52165.1570.6328.04
Hex157A615301434a5471c
Octal251721411230246424510734
Binary1010111110101100001101001101010011010010100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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