#136E59

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

Shades of Deep Sea #136E59

Tints of Deep Sea #136E59

Color information

#136E59 (or 0x136E59) is unknown color: approx Deep Sea. HEX triplet: 13, 6E and 59. RGB value is (19,110,89). Sum of RGB (Red+Green+Blue) = 19+110+89=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #136E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E59 is #EC91A6. Grayscale: #505050. Windows color (decimal): -15503783 or 5860883. OLE color: 5860883.

HSL color Cylindrical-coordinate representation of color #136E59: hue angle of 166.15º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136E59 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB1911089-
CMYK0.8300.190.57
HSL166.15º70.54%25.29%-
HSV(B)166.15º82.73%43.14%-
XYZ7.6512.0111.37-
YUV80.4132.8584.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 110 (43.36% from 255) = 50.46%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=8.72%
G=50.46%
B=40.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19110890.8300.190.57166.1570.5425.29
Hex136E595301339a64719
Octal231561311230237124610731
Binary1001111011101011001101001101001111100110100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136E59; }

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

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

<style>
 a { background-color: #136E59; }

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

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

<style>
 span { border-color: #136E59; }

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

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