Shades of Allports #18707B
Tints of Allports #18707B
RGB
CMYK
RGB Variations
Color information
#18707B (or 0x18707B) is known color: Allports. HEX triplet: 18, 70 and 7B. RGB value is (24,112,123). Sum of RGB (Red+Green+Blue) = 24+112+123=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #18707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18707B is #E78F84. Grayscale: #565656. Windows color (decimal): -15175557 or 8089624. OLE color: 8089624.
HSL color Cylindrical-coordinate representation of color #18707B: hue angle of 186.67º 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 #18707B is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 112 | 123 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.52 |
| HSL | 186.67º | 0.67% | 0.29% | - |
| HSV(B) | 186.67º | 0.8% | 0.48% | - |
| XYZ | 9.75 | 13.21 | 20.78 | - |
| YUV | 86.94 | 148.35 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 123 | 0.80 | 0.09 | 0 | 0.52 | 186.67 | 0.67 | 0.29 |
| Hex | 18 | 70 | 7B | 50 | 9 | 0 | 34 | BB | 43 | 1D |
| Octal | 30 | 160 | 173 | 120 | 11 | 0 | 64 | 273 | 103 | 35 |
| Binary | 11000 | 1110000 | 1111011 | 1010000 | 1001 | 0 | 110100 | 10111011 | 1000011 | 11101 |
Color Harmonies of #18707B
Complementary color
Monochromatic Colors of #18707B
Black with #18707B
Text Example
Text Example
White with #18707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18707B; }
p { color: rgb(24,112,123); }
H1.HeaderClassName
{
color: #18707B;
}
.AnyTagClassName
{
color: #18707B;
}
</style>
background-color css
<style>
a { background-color: #18707B; }
a { background-color: rgb(24,112,123); }
div.DivClassName
{
background-color: #18707B;
}
.BgClassName
{
background-color: #18707B;
}
</style>
border-color css
<style>
span { border-color: #18707B; }
span { border-color: rgb(24,112,123); }
td.TdClassName
{
border-color: #18707B;
}
.TagClassName
{
border-color: #18707B;
}
</style>