#157961

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

Shades of Deep Sea #157961

Tints of Deep Sea #157961

Color information

#157961 (or 0x157961) is unknown color: approx Deep Sea. HEX triplet: 15, 79 and 61. RGB value is (21,121,97). Sum of RGB (Red+Green+Blue) = 21+121+97=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #157961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157961 is #EA869E. Grayscale: #585858. Windows color (decimal): -15369887 or 6387989. OLE color: 6387989.

HSL color Cylindrical-coordinate representation of color #157961: hue angle of 165.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157961 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB2112197-
CMYK0.8300.200.53
HSL165.6º70.42%27.84%-
HSV(B)165.6º82.64%47.45%-
XYZ9.314.713.66-
YUV88.36132.8779.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.79%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=8.79%
G=50.63%
B=40.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21121970.8300.200.53165.670.4227.84
Hex1579615301435a6461c
Octal251711411230246524610634
Binary1010111110011100001101001101010011010110100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157961; }

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

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

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

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

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

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

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

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