Shades of Allports #185E6E
Tints of Allports #185E6E
RGB
CMYK
RGB Variations
Color information
#185E6E (or 0x185E6E) is known color: Allports. HEX triplet: 18, 5E and 6E. RGB value is (24,94,110). Sum of RGB (Red+Green+Blue) = 24+94+110=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #185E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E6E is #E7A191. Grayscale: #4A4A4A. Windows color (decimal): -15180178 or 7233048. OLE color: 7233048.
HSL color Cylindrical-coordinate representation of color #185E6E: hue angle of 191.16º 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 #185E6E is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 94 | 110 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.57 |
| HSL | 191.16º | 0.64% | 0.26% | - |
| HSV(B) | 191.16º | 0.78% | 0.43% | - |
| XYZ | 7.19 | 9.33 | 16.17 | - |
| YUV | 74.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 110 | 0.78 | 0.15 | 0 | 0.57 | 191.16 | 0.64 | 0.26 |
| Hex | 18 | 5E | 6E | 4E | F | 0 | 39 | BF | 40 | 1A |
| Octal | 30 | 136 | 156 | 116 | 17 | 0 | 71 | 277 | 100 | 32 |
| Binary | 11000 | 1011110 | 1101110 | 1001110 | 1111 | 0 | 111001 | 10111111 | 1000000 | 11010 |
Color Harmonies of #185E6E
Complementary color
Monochromatic Colors of #185E6E
Black with #185E6E
Text Example
Text Example
White with #185E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185E6E; }
p { color: rgb(24,94,110); }
H1.HeaderClassName
{
color: #185E6E;
}
.AnyTagClassName
{
color: #185E6E;
}
</style>
background-color css
<style>
a { background-color: #185E6E; }
a { background-color: rgb(24,94,110); }
div.DivClassName
{
background-color: #185E6E;
}
.BgClassName
{
background-color: #185E6E;
}
</style>
border-color css
<style>
span { border-color: #185E6E; }
span { border-color: rgb(24,94,110); }
td.TdClassName
{
border-color: #185E6E;
}
.TagClassName
{
border-color: #185E6E;
}
</style>