Shades of Allports #18646F
Tints of Allports #18646F
RGB
CMYK
RGB Variations
Color information
#18646F (or 0x18646F) is known color: Allports. HEX triplet: 18, 64 and 6F. RGB value is (24,100,111). Sum of RGB (Red+Green+Blue) = 24+100+111=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #18646F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18646F is #E79B90. Grayscale: #4E4E4E. Windows color (decimal): -15178641 or 7300120. OLE color: 7300120.
HSL color Cylindrical-coordinate representation of color #18646F: hue angle of 187.59º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18646F is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 100 | 111 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.56 |
| HSL | 187.59º | 0.64% | 0.26% | - |
| HSV(B) | 187.59º | 0.78% | 0.44% | - |
| XYZ | 7.8 | 10.46 | 16.65 | - |
| YUV | 78.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 111 | 0.78 | 0.10 | 0 | 0.56 | 187.59 | 0.64 | 0.26 |
| Hex | 18 | 64 | 6F | 4E | A | 0 | 38 | BC | 40 | 1A |
| Octal | 30 | 144 | 157 | 116 | 12 | 0 | 70 | 274 | 100 | 32 |
| Binary | 11000 | 1100100 | 1101111 | 1001110 | 1010 | 0 | 111000 | 10111100 | 1000000 | 11010 |
Color Harmonies of #18646F
Complementary color
Monochromatic Colors of #18646F
Black with #18646F
Text Example
Text Example
White with #18646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18646F; }
p { color: rgb(24,100,111); }
H1.HeaderClassName
{
color: #18646F;
}
.AnyTagClassName
{
color: #18646F;
}
</style>
background-color css
<style>
a { background-color: #18646F; }
a { background-color: rgb(24,100,111); }
div.DivClassName
{
background-color: #18646F;
}
.BgClassName
{
background-color: #18646F;
}
</style>
border-color css
<style>
span { border-color: #18646F; }
span { border-color: rgb(24,100,111); }
td.TdClassName
{
border-color: #18646F;
}
.TagClassName
{
border-color: #18646F;
}
</style>