#137C5E

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

Shades of Deep Sea #137C5E

Tints of Deep Sea #137C5E

Color information

#137C5E (or 0x137C5E) is unknown color: approx Deep Sea. HEX triplet: 13, 7C and 5E. RGB value is (19,124,94). Sum of RGB (Red+Green+Blue) = 19+124+94=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #137C5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C5E is #EC83A1. Grayscale: #595959. Windows color (decimal): -15500194 or 6192147. OLE color: 6192147.

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

Color convert

RGB1912494-
CMYK0.8500.240.51
HSL162.86º73.43%28.04%-
HSV(B)162.86º84.68%48.63%-
XYZ9.515.3613.05-
YUV89.18130.7177.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 124 (48.83% from 255) = 52.32%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=8.02%
G=52.32%
B=39.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19124940.8500.240.51162.8673.4328.04
Hex137C5E5501833a3491c
Octal231741361250306324311134
Binary1001111111001011110101010101100011001110100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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