#137C70

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

Shades of Deep Sea #137C70

Tints of Deep Sea #137C70

Color information

#137C70 (or 0x137C70) is unknown color: approx Deep Sea. HEX triplet: 13, 7C and 70. RGB value is (19,124,112). Sum of RGB (Red+Green+Blue) = 19+124+112=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #137C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C70 is #EC838F. Grayscale: #5B5B5B. Windows color (decimal): -15500176 or 7371795. OLE color: 7371795.

HSL color Cylindrical-coordinate representation of color #137C70: hue angle of 173.14º 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 #137C70 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB19124112-
CMYK0.8500.100.51
HSL173.14º73.43%28.04%-
HSV(B)173.14º84.68%48.63%-
XYZ10.415.7217.82-
YUV91.24139.7176.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.45%
GREEN value IS 124 (48.83% from 255) = 48.63%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=7.45%
G=48.63%
B=43.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191241120.8500.100.51173.1473.4328.04
Hex137C70550A33ad491c
Octal231741601250126325511134
Binary100111111100111000010101010101011001110101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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