Shades of Allports #186B7B
Tints of Allports #186B7B
RGB
CMYK
RGB Variations
Color information
#186B7B (or 0x186B7B) is known color: Allports. HEX triplet: 18, 6B and 7B. RGB value is (24,107,123). Sum of RGB (Red+Green+Blue) = 24+107+123=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #186B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B7B is #E79484. Grayscale: #535353. Windows color (decimal): -15176837 or 8088344. OLE color: 8088344.
HSL color Cylindrical-coordinate representation of color #186B7B: hue angle of 189.7º 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 #186B7B is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 107 | 123 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.52 |
| HSL | 189.7º | 0.67% | 0.29% | - |
| HSV(B) | 189.7º | 0.8% | 0.48% | - |
| XYZ | 9.21 | 12.14 | 20.6 | - |
| YUV | 84.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 123 | 0.80 | 0.13 | 0 | 0.52 | 189.7 | 0.67 | 0.29 |
| Hex | 18 | 6B | 7B | 50 | D | 0 | 34 | BE | 43 | 1D |
| Octal | 30 | 153 | 173 | 120 | 15 | 0 | 64 | 276 | 103 | 35 |
| Binary | 11000 | 1101011 | 1111011 | 1010000 | 1101 | 0 | 110100 | 10111110 | 1000011 | 11101 |
Color Harmonies of #186B7B
Complementary color
Monochromatic Colors of #186B7B
Black with #186B7B
Text Example
Text Example
White with #186B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B7B; }
p { color: rgb(24,107,123); }
H1.HeaderClassName
{
color: #186B7B;
}
.AnyTagClassName
{
color: #186B7B;
}
</style>
background-color css
<style>
a { background-color: #186B7B; }
a { background-color: rgb(24,107,123); }
div.DivClassName
{
background-color: #186B7B;
}
.BgClassName
{
background-color: #186B7B;
}
</style>
border-color css
<style>
span { border-color: #186B7B; }
span { border-color: rgb(24,107,123); }
td.TdClassName
{
border-color: #186B7B;
}
.TagClassName
{
border-color: #186B7B;
}
</style>