#137c59

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

Shades of Deep Sea #137C59

Tints of Deep Sea #137C59

Color information

#137C59 (or 0x137C59) is unknown color: approx Deep Sea. HEX triplet: 13, 7C and 59. RGB value is (19,124,89). Sum of RGB (Red+Green+Blue) = 19+124+89=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #137C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C59 is #EC83A6. Grayscale: #585858. Windows color (decimal): -15500199 or 5864467. OLE color: 5864467.

HSL color Cylindrical-coordinate representation of color #137C59: hue angle of 160º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137C59 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB1912489-
CMYK0.8500.280.51
HSL160º73.43%28.04%-
HSV(B)160º84.68%48.63%-
XYZ9.2815.2811.91-
YUV88.62128.2178.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=8.19%
G=53.45%
B=38.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19124890.8500.280.5116073.4328.04
Hex137C595501C33a0491c
Octal231741311250346324011134
Binary1001111111001011001101010101110011001110100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137c59; }

 p { color: rgb(19,124,89); }

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

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

 a { background-color: rgb(19,124,89); }

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

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

 span { border-color: rgb(19,124,89); }

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