#136D72

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

Shades of Allports #136D72

Tints of Allports #136D72

Color information

#136D72 (or 0x136D72) is unknown color: approx Allports. HEX triplet: 13, 6D and 72. RGB value is (19,109,114). Sum of RGB (Red+Green+Blue) = 19+109+114=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #136D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D72 is #EC928D. Grayscale: #525252. Windows color (decimal): -15504014 or 7499027. OLE color: 7499027.

HSL color Cylindrical-coordinate representation of color #136D72: hue angle of 183.16º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D72 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB19109114-
CMYK0.830.0400.55
HSL183.16º71.43%26.08%-
HSV(B)183.16º83.33%44.71%-
XYZ8.7712.2917.83-
YUV82.66145.6882.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 109 (42.97% from 255) = 45.04%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=7.85%
G=45.04%
B=47.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191091140.830.0400.55183.1671.4326.08
Hex136D72534037b7471a
Octal23155162123406726710732
Binary10011110110111100101010011100011011110110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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