#136F73

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

Shades of Allports #136F73

Tints of Allports #136F73

Color information

#136F73 (or 0x136F73) is unknown color: approx Allports. HEX triplet: 13, 6F and 73. RGB value is (19,111,115). Sum of RGB (Red+Green+Blue) = 19+111+115=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #136F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136F73 is #EC908C. Grayscale: #535353. Windows color (decimal): -15503501 or 7565075. OLE color: 7565075.

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

Color convert

RGB19111115-
CMYK0.830.0300.55
HSL182.5º71.64%26.27%-
HSV(B)182.5º83.48%45.1%-
XYZ9.0512.7518.2-
YUV83.95145.5281.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.76%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=7.76%
G=45.31%
B=46.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal191111150.830.0300.55182.571.6426.27
Hex136F73533037b6481a
Octal23157163123306726611032
Binary1001111011111110011101001111011011110110110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,111,115); }

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

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

 a { background-color: rgb(19,111,115); }

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

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

 span { border-color: rgb(19,111,115); }

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