#137E67

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

Shades of Deep Sea #137E67

Tints of Deep Sea #137E67

Color information

#137E67 (or 0x137E67) is unknown color: approx Deep Sea. HEX triplet: 13, 7E and 67. RGB value is (19,126,103). Sum of RGB (Red+Green+Blue) = 19+126+103=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #137E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137E67 is #EC8198. Grayscale: #5B5B5B. Windows color (decimal): -15499673 or 6782483. OLE color: 6782483.

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

Color convert

RGB19126103-
CMYK0.8500.180.51
HSL167.1º73.79%28.43%-
HSV(B)167.1º84.92%49.41%-
XYZ10.1816.0415.39-
YUV91.38134.5576.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 126 (49.61% from 255) = 50.81%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=7.66%
G=50.81%
B=41.53%

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
Decimal191261030.8500.180.51167.173.7928.43
Hex137E675501233a74a1c
Octal231761471250226324711234
Binary1001111111101100111101010101001011001110100111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,126,103); }

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

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

 a { background-color: rgb(19,126,103); }

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

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

 span { border-color: rgb(19,126,103); }

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