#136E77

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

Shades of Allports #136E77

Tints of Allports #136E77

Color information

#136E77 (or 0x136E77) is unknown color: approx Allports. HEX triplet: 13, 6E and 77. RGB value is (19,110,119). Sum of RGB (Red+Green+Blue) = 19+110+119=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #136E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136E77 is #EC9188. Grayscale: #535353. Windows color (decimal): -15503753 or 7826963. OLE color: 7826963.

HSL color Cylindrical-coordinate representation of color #136E77: hue angle of 185.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136E77 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB19110119-
CMYK0.840.0800.53
HSL185.4º72.46%27.06%-
HSV(B)185.4º84.03%46.67%-
XYZ9.1712.6219.41-
YUV83.82147.8581.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=7.66%
G=44.35%
B=47.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191101190.840.0800.53185.472.4627.06
Hex136E77548035b9481b
Octal231561671241006527111033
Binary100111101110111011110101001000011010110111001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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