#137B59

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

Shades of Deep Sea #137B59

Tints of Deep Sea #137B59

Color information

#137B59 (or 0x137B59) is unknown color: approx Deep Sea. HEX triplet: 13, 7B and 59. RGB value is (19,123,89). Sum of RGB (Red+Green+Blue) = 19+123+89=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #137B59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B59 is #EC84A6. Grayscale: #585858. Windows color (decimal): -15500455 or 5864211. OLE color: 5864211.

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

Color convert

RGB1912389-
CMYK0.8500.280.52
HSL160.38º73.24%27.84%-
HSV(B)160.38º84.55%48.24%-
XYZ9.1515.0311.87-
YUV88.03128.5478.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 123 (48.44% from 255) = 53.25%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=8.23%
G=53.25%
B=38.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19123890.8500.280.52160.3873.2427.84
Hex137B595501C34a0491c
Octal231731311250346424011134
Binary1001111110111011001101010101110011010010100000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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