#136A72

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

Shades of Allports #136A72

Tints of Allports #136A72

Color information

#136A72 (or 0x136A72) is unknown color: approx Allports. HEX triplet: 13, 6A and 72. RGB value is (19,106,114). Sum of RGB (Red+Green+Blue) = 19+106+114=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 114 (44.92% from 255 or 47.70% from 239); Max value from RGB is 114 - color contains mainly: blue. Hex color #136A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A72 is #EC958D. Grayscale: #505050. Windows color (decimal): -15504782 or 7498259. OLE color: 7498259.

HSL color Cylindrical-coordinate representation of color #136A72: hue angle of 185.05º 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 #136A72 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB19106114-
CMYK0.830.0700.55
HSL185.05º71.43%26.08%-
HSV(B)185.05º83.33%44.71%-
XYZ8.4611.6617.72-
YUV80.9146.6883.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 114 (44.92% from 255) = 47.70%
R=7.95%
G=44.35%
B=47.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191061140.830.0700.55185.0571.4326.08
Hex136A72537037b9471a
Octal23152162123706727110732
Binary10011110101011100101010011111011011110111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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