Shades of Pelorous #188DAA
Tints of Pelorous #188DAA
RGB
CMYK
RGB Variations
Color information
#188DAA (or 0x188DAA) is known color: Pelorous. HEX triplet: 18, 8D and AA. RGB value is (24,141,170). Sum of RGB (Red+Green+Blue) = 24+141+170=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #188DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DAA is #E77255. Grayscale: #6D6D6D. Windows color (decimal): -15168086 or 11177240. OLE color: 11177240.
HSL color Cylindrical-coordinate representation of color #188DAA: hue angle of 191.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188DAA is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 141 | 170 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.33 |
| HSL | 191.92º | 0.75% | 0.38% | - |
| HSV(B) | 191.92º | 0.86% | 0.67% | - |
| XYZ | 17.16 | 22.15 | 41.4 | - |
| YUV | 109.32 | 162.24 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 170 | 0.86 | 0.17 | 0 | 0.33 | 191.92 | 0.75 | 0.38 |
| Hex | 18 | 8D | AA | 56 | 11 | 0 | 21 | C0 | 4B | 26 |
| Octal | 30 | 215 | 252 | 126 | 21 | 0 | 41 | 300 | 113 | 46 |
| Binary | 11000 | 10001101 | 10101010 | 1010110 | 10001 | 0 | 100001 | 11000000 | 1001011 | 100110 |
Color Harmonies of #188DAA
Complementary color
Monochromatic Colors of #188DAA
Black with #188DAA
Text Example
Text Example
White with #188DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DAA; }
p { color: rgb(24,141,170); }
H1.HeaderClassName
{
color: #188DAA;
}
.AnyTagClassName
{
color: #188DAA;
}
</style>
background-color css
<style>
a { background-color: #188DAA; }
a { background-color: rgb(24,141,170); }
div.DivClassName
{
background-color: #188DAA;
}
.BgClassName
{
background-color: #188DAA;
}
</style>
border-color css
<style>
span { border-color: #188DAA; }
span { border-color: rgb(24,141,170); }
td.TdClassName
{
border-color: #188DAA;
}
.TagClassName
{
border-color: #188DAA;
}
</style>