#137C5D

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

Shades of Deep Sea #137C5D

Tints of Deep Sea #137C5D

Color information

#137C5D (or 0x137C5D) is unknown color: approx Deep Sea. HEX triplet: 13, 7C and 5D. RGB value is (19,124,93). Sum of RGB (Red+Green+Blue) = 19+124+93=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #137C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C5D is #EC83A2. Grayscale: #595959. Windows color (decimal): -15500195 or 6126611. OLE color: 6126611.

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

Color convert

RGB1912493-
CMYK0.8500.250.51
HSL162.29º73.43%28.04%-
HSV(B)162.29º84.68%48.63%-
XYZ9.4515.3412.82-
YUV89.07130.2178.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 124 (48.83% from 255) = 52.54%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=8.05%
G=52.54%
B=39.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19124930.8500.250.51162.2973.4328.04
Hex137C5D5501933a2491c
Octal231741351250316324211134
Binary1001111111001011101101010101100111001110100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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