Shades of Allports #186D7B
Tints of Allports #186D7B
RGB
CMYK
RGB Variations
Color information
#186D7B (or 0x186D7B) is known color: Allports. HEX triplet: 18, 6D and 7B. RGB value is (24,109,123). Sum of RGB (Red+Green+Blue) = 24+109+123=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #186D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186D7B is #E79284. Grayscale: #555555. Windows color (decimal): -15176325 or 8088856. OLE color: 8088856.
HSL color Cylindrical-coordinate representation of color #186D7B: hue angle of 188.48º 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 #186D7B is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 109 | 123 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.52 |
| HSL | 188.48º | 0.67% | 0.29% | - |
| HSV(B) | 188.48º | 0.8% | 0.48% | - |
| XYZ | 9.42 | 12.56 | 20.67 | - |
| YUV | 85.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 123 | 0.80 | 0.11 | 0 | 0.52 | 188.48 | 0.67 | 0.29 |
| Hex | 18 | 6D | 7B | 50 | B | 0 | 34 | BC | 43 | 1D |
| Octal | 30 | 155 | 173 | 120 | 13 | 0 | 64 | 274 | 103 | 35 |
| Binary | 11000 | 1101101 | 1111011 | 1010000 | 1011 | 0 | 110100 | 10111100 | 1000011 | 11101 |
Color Harmonies of #186D7B
Complementary color
Monochromatic Colors of #186D7B
Black with #186D7B
Text Example
Text Example
White with #186D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D7B; }
p { color: rgb(24,109,123); }
H1.HeaderClassName
{
color: #186D7B;
}
.AnyTagClassName
{
color: #186D7B;
}
</style>
background-color css
<style>
a { background-color: #186D7B; }
a { background-color: rgb(24,109,123); }
div.DivClassName
{
background-color: #186D7B;
}
.BgClassName
{
background-color: #186D7B;
}
</style>
border-color css
<style>
span { border-color: #186D7B; }
span { border-color: rgb(24,109,123); }
td.TdClassName
{
border-color: #186D7B;
}
.TagClassName
{
border-color: #186D7B;
}
</style>