#137C66

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

Shades of Deep Sea #137C66

Tints of Deep Sea #137C66

Color information

#137C66 (or 0x137C66) is unknown color: approx Deep Sea. HEX triplet: 13, 7C and 66. RGB value is (19,124,102). Sum of RGB (Red+Green+Blue) = 19+124+102=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #137C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137C66 is #EC8399. Grayscale: #5A5A5A. Windows color (decimal): -15500186 or 6716435. OLE color: 6716435.

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

Color convert

RGB19124102-
CMYK0.8500.180.51
HSL167.43º73.43%28.04%-
HSV(B)167.43º84.68%48.63%-
XYZ9.8715.5115.04-
YUV90.1134.7177.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.76%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=7.76%
G=50.61%
B=41.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal191241020.8500.180.51167.4373.4328.04
Hex137C665501233a7491c
Octal231741461250226324711134
Binary1001111111001100110101010101001011001110100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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