#157C60

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

Shades of Deep Sea #157C60

Tints of Deep Sea #157C60

Color information

#157C60 (or 0x157C60) is unknown color: approx Deep Sea. HEX triplet: 15, 7C and 60. RGB value is (21,124,96). Sum of RGB (Red+Green+Blue) = 21+124+96=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #157C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157C60 is #EA839F. Grayscale: #5A5A5A. Windows color (decimal): -15369120 or 6323221. OLE color: 6323221.

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

Color convert

RGB2112496-
CMYK0.8300.230.51
HSL163.69º71.03%28.43%-
HSV(B)163.69º83.06%48.63%-
XYZ9.6315.4213.54-
YUV90.01131.3878.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 124 (48.83% from 255) = 51.45%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=8.71%
G=51.45%
B=39.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21124960.8300.230.51163.6971.0328.43
Hex157C605301733a4471c
Octal251741401230276324410734
Binary1010111111001100000101001101011111001110100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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