#137A6F

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

Shades of Deep Sea #137A6F

Tints of Deep Sea #137A6F

Color information

#137A6F (or 0x137A6F) is unknown color: approx Deep Sea. HEX triplet: 13, 7A and 6F. RGB value is (19,122,111). Sum of RGB (Red+Green+Blue) = 19+122+111=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #137A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A6F is #EC8590. Grayscale: #595959. Windows color (decimal): -15500689 or 7305747. OLE color: 7305747.

HSL color Cylindrical-coordinate representation of color #137A6F: hue angle of 173.59º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A6F is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB19122111-
CMYK0.8400.090.52
HSL173.59º73.05%27.65%-
HSV(B)173.59º84.43%47.84%-
XYZ10.115.2117.44-
YUV89.95139.8877.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 122 (48.05% from 255) = 48.41%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=7.54%
G=48.41%
B=44.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191221110.8400.090.52173.5973.0527.65
Hex137A6F540934ae491c
Octal231721571240116425611134
Binary100111111010110111110101000100111010010101110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,122,111); }

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

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

 a { background-color: rgb(19,122,111); }

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

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

 span { border-color: rgb(19,122,111); }

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