#157060

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

Shades of Deep Sea #157060

Tints of Deep Sea #157060

Color information

#157060 (or 0x157060) is unknown color: approx Deep Sea. HEX triplet: 15, 70 and 60. RGB value is (21,112,96). Sum of RGB (Red+Green+Blue) = 21+112+96=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #157060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157060 is #EA8F9F. Grayscale: #525252. Windows color (decimal): -15372192 or 6320149. OLE color: 6320149.

HSL color Cylindrical-coordinate representation of color #157060: hue angle of 169.45º 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 #157060 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB2111296-
CMYK0.8100.140.56
HSL169.45º68.42%26.08%-
HSV(B)169.45º81.25%43.92%-
XYZ8.2112.5913.06-
YUV82.97135.3583.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=9.17%
G=48.91%
B=41.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112960.8100.140.56169.4568.4226.08
Hex157060510E38a9441a
Octal251601401210167025110432
Binary101011110000110000010100010111011100010101001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157060; }

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

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

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

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

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

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

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

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