Shades of Allports #18727E
Tints of Allports #18727E
RGB
CMYK
RGB Variations
Color information
#18727E (or 0x18727E) is known color: Allports. HEX triplet: 18, 72 and 7E. RGB value is (24,114,126). Sum of RGB (Red+Green+Blue) = 24+114+126=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #18727E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18727E is #E78D81. Grayscale: #585858. Windows color (decimal): -15175042 or 8286744. OLE color: 8286744.
HSL color Cylindrical-coordinate representation of color #18727E: hue angle of 187.06º 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 #18727E is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 114 | 126 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.51 |
| HSL | 187.06º | 0.68% | 0.29% | - |
| HSV(B) | 187.06º | 0.81% | 0.49% | - |
| XYZ | 10.16 | 13.74 | 21.85 | - |
| YUV | 88.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 114 | 126 | 0.81 | 0.10 | 0 | 0.51 | 187.06 | 0.68 | 0.29 |
| Hex | 18 | 72 | 7E | 51 | A | 0 | 33 | BB | 44 | 1D |
| Octal | 30 | 162 | 176 | 121 | 12 | 0 | 63 | 273 | 104 | 35 |
| Binary | 11000 | 1110010 | 1111110 | 1010001 | 1010 | 0 | 110011 | 10111011 | 1000100 | 11101 |
Color Harmonies of #18727E
Complementary color
Monochromatic Colors of #18727E
Black with #18727E
Text Example
Text Example
White with #18727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18727E; }
p { color: rgb(24,114,126); }
H1.HeaderClassName
{
color: #18727E;
}
.AnyTagClassName
{
color: #18727E;
}
</style>
background-color css
<style>
a { background-color: #18727E; }
a { background-color: rgb(24,114,126); }
div.DivClassName
{
background-color: #18727E;
}
.BgClassName
{
background-color: #18727E;
}
</style>
border-color css
<style>
span { border-color: #18727E; }
span { border-color: rgb(24,114,126); }
td.TdClassName
{
border-color: #18727E;
}
.TagClassName
{
border-color: #18727E;
}
</style>