Shades of Allports #18707E
Tints of Allports #18707E
RGB
CMYK
RGB Variations
Color information
#18707E (or 0x18707E) is known color: Allports. HEX triplet: 18, 70 and 7E. RGB value is (24,112,126). Sum of RGB (Red+Green+Blue) = 24+112+126=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #18707E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18707E is #E78F81. Grayscale: #575757. Windows color (decimal): -15175554 or 8286232. OLE color: 8286232.
HSL color Cylindrical-coordinate representation of color #18707E: hue angle of 188.24º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18707E is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 112 | 126 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.51 |
| HSL | 188.24º | 0.68% | 0.29% | - |
| HSV(B) | 188.24º | 0.81% | 0.49% | - |
| XYZ | 9.94 | 13.29 | 21.78 | - |
| YUV | 87.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 126 | 0.81 | 0.11 | 0 | 0.51 | 188.24 | 0.68 | 0.29 |
| Hex | 18 | 70 | 7E | 51 | B | 0 | 33 | BC | 44 | 1D |
| Octal | 30 | 160 | 176 | 121 | 13 | 0 | 63 | 274 | 104 | 35 |
| Binary | 11000 | 1110000 | 1111110 | 1010001 | 1011 | 0 | 110011 | 10111100 | 1000100 | 11101 |
Color Harmonies of #18707E
Complementary color
Monochromatic Colors of #18707E
Black with #18707E
Text Example
Text Example
White with #18707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18707E; }
p { color: rgb(24,112,126); }
H1.HeaderClassName
{
color: #18707E;
}
.AnyTagClassName
{
color: #18707E;
}
</style>
background-color css
<style>
a { background-color: #18707E; }
a { background-color: rgb(24,112,126); }
div.DivClassName
{
background-color: #18707E;
}
.BgClassName
{
background-color: #18707E;
}
</style>
border-color css
<style>
span { border-color: #18707E; }
span { border-color: rgb(24,112,126); }
td.TdClassName
{
border-color: #18707E;
}
.TagClassName
{
border-color: #18707E;
}
</style>