#137060

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

Shades of Deep Sea #137060

Tints of Deep Sea #137060

Color information

#137060 (or 0x137060) is unknown color: approx Deep Sea. HEX triplet: 13, 70 and 60. RGB value is (19,112,96). Sum of RGB (Red+Green+Blue) = 19+112+96=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #137060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137060 is #EC8F9F. Grayscale: #525252. Windows color (decimal): -15503264 or 6320147. OLE color: 6320147.

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

Color convert

RGB1911296-
CMYK0.8300.140.56
HSL169.68º70.99%25.69%-
HSV(B)169.68º83.04%43.92%-
XYZ8.1712.5713.06-
YUV82.37135.6982.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.37%
GREEN value IS 112 (44.14% from 255) = 49.34%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=8.37%
G=49.34%
B=42.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19112960.8300.140.56169.6870.9925.69
Hex137060530E38aa471a
Octal231601401230167025210732
Binary100111110000110000010100110111011100010101010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137060; }

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

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

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

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

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

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

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

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