#136A76

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

Shades of Allports #136A76

Tints of Allports #136A76

Color information

#136A76 (or 0x136A76) is unknown color: approx Allports. HEX triplet: 13, 6A and 76. RGB value is (19,106,118). Sum of RGB (Red+Green+Blue) = 19+106+118=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #136A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136A76 is #EC9589. Grayscale: #515151. Windows color (decimal): -15504778 or 7760403. OLE color: 7760403.

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

Color convert

RGB19106118-
CMYK0.840.1000.54
HSL187.27º72.26%26.86%-
HSV(B)187.27º83.9%46.27%-
XYZ8.6911.7518.95-
YUV81.35148.6883.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.82%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 118 (46.48% from 255) = 48.56%
R=7.82%
G=43.62%
B=48.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal191061180.840.1000.54187.2772.2626.86
Hex136A7654A036bb481b
Octal231521661241206627311033
Binary100111101010111011010101001010011011010111011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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