Shades of Allports #18717F
Tints of Allports #18717F
RGB
CMYK
RGB Variations
Color information
#18717F (or 0x18717F) is known color: Allports. HEX triplet: 18, 71 and 7F. RGB value is (24,113,127). Sum of RGB (Red+Green+Blue) = 24+113+127=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #18717F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18717F is #E78E80. Grayscale: #575757. Windows color (decimal): -15175297 or 8352024. OLE color: 8352024.
HSL color Cylindrical-coordinate representation of color #18717F: hue angle of 188.16º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18717F is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 113 | 127 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.50 |
| HSL | 188.16º | 0.68% | 0.3% | - |
| HSV(B) | 188.16º | 0.81% | 0.5% | - |
| XYZ | 10.11 | 13.54 | 22.16 | - |
| YUV | 87.99 | 150.01 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 127 | 0.81 | 0.11 | 0 | 0.50 | 188.16 | 0.68 | 0.3 |
| Hex | 18 | 71 | 7F | 51 | B | 0 | 32 | BC | 44 | 1E |
| Octal | 30 | 161 | 177 | 121 | 13 | 0 | 62 | 274 | 104 | 36 |
| Binary | 11000 | 1110001 | 1111111 | 1010001 | 1011 | 0 | 110010 | 10111100 | 1000100 | 11110 |
Color Harmonies of #18717F
Complementary color
Monochromatic Colors of #18717F
Black with #18717F
Text Example
Text Example
White with #18717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18717F; }
p { color: rgb(24,113,127); }
H1.HeaderClassName
{
color: #18717F;
}
.AnyTagClassName
{
color: #18717F;
}
</style>
background-color css
<style>
a { background-color: #18717F; }
a { background-color: rgb(24,113,127); }
div.DivClassName
{
background-color: #18717F;
}
.BgClassName
{
background-color: #18717F;
}
</style>
border-color css
<style>
span { border-color: #18717F; }
span { border-color: rgb(24,113,127); }
td.TdClassName
{
border-color: #18717F;
}
.TagClassName
{
border-color: #18717F;
}
</style>