#157061

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

Shades of Deep Sea #157061

Tints of Deep Sea #157061

Color information

#157061 (or 0x157061) is unknown color: approx Deep Sea. HEX triplet: 15, 70 and 61. RGB value is (21,112,97). Sum of RGB (Red+Green+Blue) = 21+112+97=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #157061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157061 is #EA8F9E. Grayscale: #535353. Windows color (decimal): -15372191 or 6385685. OLE color: 6385685.

HSL color Cylindrical-coordinate representation of color #157061: hue angle of 170.11º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #157061 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB2111297-
CMYK0.8100.130.56
HSL170.11º68.42%26.08%-
HSV(B)170.11º81.25%43.92%-
XYZ8.2612.6113.31-
YUV83.08135.8583.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=9.13%
G=48.70%
B=42.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112970.8100.130.56170.1168.4226.08
Hex157061510D38aa441a
Octal251601411210157025210432
Binary101011110000110000110100010110111100010101010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157061; }

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

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

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

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

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

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

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

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