Shades of Allports #18717B
Tints of Allports #18717B
RGB
CMYK
RGB Variations
Color information
#18717B (or 0x18717B) is known color: Allports. HEX triplet: 18, 71 and 7B. RGB value is (24,113,123). Sum of RGB (Red+Green+Blue) = 24+113+123=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #18717B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18717B is #E78E84. Grayscale: #575757. Windows color (decimal): -15175301 or 8089880. OLE color: 8089880.
HSL color Cylindrical-coordinate representation of color #18717B: hue angle of 186.06º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18717B is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 113 | 123 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.52 |
| HSL | 186.06º | 0.67% | 0.29% | - |
| HSV(B) | 186.06º | 0.8% | 0.48% | - |
| XYZ | 9.86 | 13.43 | 20.81 | - |
| YUV | 87.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 113 | 123 | 0.80 | 0.08 | 0 | 0.52 | 186.06 | 0.67 | 0.29 |
| Hex | 18 | 71 | 7B | 50 | 8 | 0 | 34 | BA | 43 | 1D |
| Octal | 30 | 161 | 173 | 120 | 10 | 0 | 64 | 272 | 103 | 35 |
| Binary | 11000 | 1110001 | 1111011 | 1010000 | 1000 | 0 | 110100 | 10111010 | 1000011 | 11101 |
Color Harmonies of #18717B
Complementary color
Monochromatic Colors of #18717B
Black with #18717B
Text Example
Text Example
White with #18717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18717B; }
p { color: rgb(24,113,123); }
H1.HeaderClassName
{
color: #18717B;
}
.AnyTagClassName
{
color: #18717B;
}
</style>
background-color css
<style>
a { background-color: #18717B; }
a { background-color: rgb(24,113,123); }
div.DivClassName
{
background-color: #18717B;
}
.BgClassName
{
background-color: #18717B;
}
</style>
border-color css
<style>
span { border-color: #18717B; }
span { border-color: rgb(24,113,123); }
td.TdClassName
{
border-color: #18717B;
}
.TagClassName
{
border-color: #18717B;
}
</style>