#137C6D

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

Shades of Deep Sea #137C6D

Tints of Deep Sea #137C6D

Color information

#137C6D (or 0x137C6D) is unknown color: approx Deep Sea. HEX triplet: 13, 7C and 6D. RGB value is (19,124,109). Sum of RGB (Red+Green+Blue) = 19+124+109=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #137C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C6D is #EC8392. Grayscale: #5A5A5A. Windows color (decimal): -15500179 or 7175187. OLE color: 7175187.

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

Color convert

RGB19124109-
CMYK0.8500.120.51
HSL171.43º73.43%28.04%-
HSV(B)171.43º84.68%48.63%-
XYZ10.2415.6616.95-
YUV90.9138.2176.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 124 (48.83% from 255) = 49.21%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=7.54%
G=49.21%
B=43.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191241090.8500.120.51171.4373.4328.04
Hex137C6D550C33ab491c
Octal231741551250146325311134
Binary100111111100110110110101010110011001110101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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