Shades of Allports #115D7F
Tints of Allports #115D7F
RGB
CMYK
RGB Variations
Color information
#115D7F (or 0x115D7F) is known color: Allports. HEX triplet: 11, 5D and 7F. RGB value is (17,93,127). Sum of RGB (Red+Green+Blue) = 17+93+127=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #115D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D7F is #EEA280. Grayscale: #494949. Windows color (decimal): -15639169 or 8346897. OLE color: 8346897.
HSL color Cylindrical-coordinate representation of color #115D7F: hue angle of 198.55º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115D7F is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 93 | 127 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.50 |
| HSL | 198.55º | 0.76% | 0.28% | - |
| HSV(B) | 198.55º | 0.87% | 0.5% | - |
| XYZ | 7.98 | 9.48 | 21.49 | - |
| YUV | 74.15 | 157.82 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 127 | 0.87 | 0.27 | 0 | 0.50 | 198.55 | 0.76 | 0.28 |
| Hex | 11 | 5D | 7F | 57 | 1B | 0 | 32 | C7 | 4C | 1C |
| Octal | 21 | 135 | 177 | 127 | 33 | 0 | 62 | 307 | 114 | 34 |
| Binary | 10001 | 1011101 | 1111111 | 1010111 | 11011 | 0 | 110010 | 11000111 | 1001100 | 11100 |
Color Harmonies of #115D7F
Complementary color
Monochromatic Colors of #115D7F
Black with #115D7F
Text Example
Text Example
White with #115D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D7F; }
p { color: rgb(17,93,127); }
H1.HeaderClassName
{
color: #115D7F;
}
.AnyTagClassName
{
color: #115D7F;
}
</style>
background-color css
<style>
a { background-color: #115D7F; }
a { background-color: rgb(17,93,127); }
div.DivClassName
{
background-color: #115D7F;
}
.BgClassName
{
background-color: #115D7F;
}
</style>
border-color css
<style>
span { border-color: #115D7F; }
span { border-color: rgb(17,93,127); }
td.TdClassName
{
border-color: #115D7F;
}
.TagClassName
{
border-color: #115D7F;
}
</style>