#157962

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

Shades of Deep Sea #157962

Tints of Deep Sea #157962

Color information

#157962 (or 0x157962) is unknown color: approx Deep Sea. HEX triplet: 15, 79 and 62. RGB value is (21,121,98). Sum of RGB (Red+Green+Blue) = 21+121+98=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #157962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157962 is #EA869D. Grayscale: #585858. Windows color (decimal): -15369886 or 6453525. OLE color: 6453525.

HSL color Cylindrical-coordinate representation of color #157962: hue angle of 166.2º 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 #157962 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB2112198-
CMYK0.8300.190.53
HSL166.2º70.42%27.84%-
HSV(B)166.2º82.64%47.45%-
XYZ9.3514.7213.9-
YUV88.48133.3779.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 121 (47.66% from 255) = 50.42%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=8.75%
G=50.42%
B=40.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21121980.8300.190.53166.270.4227.84
Hex1579625301335a6461c
Octal251711421230236524610634
Binary1010111110011100010101001101001111010110100110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157962; }

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

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

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

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

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

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

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

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