#137B6D

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

Shades of Deep Sea #137B6D

Tints of Deep Sea #137B6D

Color information

#137B6D (or 0x137B6D) is unknown color: approx Deep Sea. HEX triplet: 13, 7B and 6D. RGB value is (19,123,109). Sum of RGB (Red+Green+Blue) = 19+123+109=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #137B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B6D is #EC8492. Grayscale: #5A5A5A. Windows color (decimal): -15500435 or 7174931. OLE color: 7174931.

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

Color convert

RGB19123109-
CMYK0.8500.110.52
HSL171.92º73.24%27.84%-
HSV(B)171.92º84.55%48.24%-
XYZ10.1115.4116.91-
YUV90.31138.5477.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 123 (48.44% from 255) = 49.00%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=7.57%
G=49.00%
B=43.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal191231090.8500.110.52171.9273.2427.84
Hex137B6D550B34ac491c
Octal231731551250136425411134
Binary100111111011110110110101010101111010010101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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