Shades of Allports #136B7F
Tints of Allports #136B7F
RGB
CMYK
RGB Variations
Color information
#136B7F (or 0x136B7F) is known color: Allports. HEX triplet: 13, 6B and 7F. RGB value is (19,107,127). Sum of RGB (Red+Green+Blue) = 19+107+127=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 107 (42.19% from 255 or 42.29% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #136B7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B7F is #EC9480. Grayscale: #525252. Windows color (decimal): -15504513 or 8350483. OLE color: 8350483.
HSL color Cylindrical-coordinate representation of color #136B7F: hue angle of 191.11º 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 #136B7F is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 107 | 127 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.50 |
| HSL | 191.11º | 0.74% | 0.29% | - |
| HSV(B) | 191.11º | 0.85% | 0.5% | - |
| XYZ | 9.36 | 12.19 | 21.94 | - |
| YUV | 82.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 127 | 0.85 | 0.16 | 0 | 0.50 | 191.11 | 0.74 | 0.29 |
| Hex | 13 | 6B | 7F | 55 | 10 | 0 | 32 | BF | 4A | 1D |
| Octal | 23 | 153 | 177 | 125 | 20 | 0 | 62 | 277 | 112 | 35 |
| Binary | 10011 | 1101011 | 1111111 | 1010101 | 10000 | 0 | 110010 | 10111111 | 1001010 | 11101 |
Color Harmonies of #136B7F
Complementary color
Monochromatic Colors of #136B7F
Black with #136B7F
Text Example
Text Example
White with #136B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136B7F; }
p { color: rgb(19,107,127); }
H1.HeaderClassName
{
color: #136B7F;
}
.AnyTagClassName
{
color: #136B7F;
}
</style>
background-color css
<style>
a { background-color: #136B7F; }
a { background-color: rgb(19,107,127); }
div.DivClassName
{
background-color: #136B7F;
}
.BgClassName
{
background-color: #136B7F;
}
</style>
border-color css
<style>
span { border-color: #136B7F; }
span { border-color: rgb(19,107,127); }
td.TdClassName
{
border-color: #136B7F;
}
.TagClassName
{
border-color: #136B7F;
}
</style>