Shades of Allports #136C7F
Tints of Allports #136C7F
RGB
CMYK
RGB Variations
Color information
#136C7F (or 0x136C7F) is known color: Allports. HEX triplet: 13, 6C and 7F. RGB value is (19,108,127). Sum of RGB (Red+Green+Blue) = 19+108+127=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #136C7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C7F is #EC9380. Grayscale: #535353. Windows color (decimal): -15504257 or 8350739. OLE color: 8350739.
HSL color Cylindrical-coordinate representation of color #136C7F: hue angle of 190.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136C7F is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 108 | 127 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.50 |
| HSL | 190.56º | 0.74% | 0.29% | - |
| HSV(B) | 190.56º | 0.85% | 0.5% | - |
| XYZ | 9.46 | 12.4 | 21.97 | - |
| YUV | 83.56 | 152.51 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 108 | 127 | 0.85 | 0.15 | 0 | 0.50 | 190.56 | 0.74 | 0.29 |
| Hex | 13 | 6C | 7F | 55 | F | 0 | 32 | BF | 4A | 1D |
| Octal | 23 | 154 | 177 | 125 | 17 | 0 | 62 | 277 | 112 | 35 |
| Binary | 10011 | 1101100 | 1111111 | 1010101 | 1111 | 0 | 110010 | 10111111 | 1001010 | 11101 |
Color Harmonies of #136C7F
Complementary color
Monochromatic Colors of #136C7F
Black with #136C7F
Text Example
Text Example
White with #136C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136C7F; }
p { color: rgb(19,108,127); }
H1.HeaderClassName
{
color: #136C7F;
}
.AnyTagClassName
{
color: #136C7F;
}
</style>
background-color css
<style>
a { background-color: #136C7F; }
a { background-color: rgb(19,108,127); }
div.DivClassName
{
background-color: #136C7F;
}
.BgClassName
{
background-color: #136C7F;
}
</style>
border-color css
<style>
span { border-color: #136C7F; }
span { border-color: rgb(19,108,127); }
td.TdClassName
{
border-color: #136C7F;
}
.TagClassName
{
border-color: #136C7F;
}
</style>