Shades of Allports #18606D
Tints of Allports #18606D
RGB
CMYK
RGB Variations
Color information
#18606D (or 0x18606D) is known color: Allports. HEX triplet: 18, 60 and 6D. RGB value is (24,96,109). Sum of RGB (Red+Green+Blue) = 24+96+109=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #18606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18606D is #E79F92. Grayscale: #4B4B4B. Windows color (decimal): -15179667 or 7168024. OLE color: 7168024.
HSL color Cylindrical-coordinate representation of color #18606D: hue angle of 189.18º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18606D is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 96 | 109 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.57 |
| HSL | 189.18º | 0.64% | 0.26% | - |
| HSV(B) | 189.18º | 0.78% | 0.43% | - |
| XYZ | 7.32 | 9.66 | 15.95 | - |
| YUV | 75.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 109 | 0.78 | 0.12 | 0 | 0.57 | 189.18 | 0.64 | 0.26 |
| Hex | 18 | 60 | 6D | 4E | C | 0 | 39 | BD | 40 | 1A |
| Octal | 30 | 140 | 155 | 116 | 14 | 0 | 71 | 275 | 100 | 32 |
| Binary | 11000 | 1100000 | 1101101 | 1001110 | 1100 | 0 | 111001 | 10111101 | 1000000 | 11010 |
Color Harmonies of #18606D
Complementary color
Monochromatic Colors of #18606D
Black with #18606D
Text Example
Text Example
White with #18606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18606D; }
p { color: rgb(24,96,109); }
H1.HeaderClassName
{
color: #18606D;
}
.AnyTagClassName
{
color: #18606D;
}
</style>
background-color css
<style>
a { background-color: #18606D; }
a { background-color: rgb(24,96,109); }
div.DivClassName
{
background-color: #18606D;
}
.BgClassName
{
background-color: #18606D;
}
</style>
border-color css
<style>
span { border-color: #18606D; }
span { border-color: rgb(24,96,109); }
td.TdClassName
{
border-color: #18606D;
}
.TagClassName
{
border-color: #18606D;
}
</style>