Shades of Pelorous #188CAA
Tints of Pelorous #188CAA
RGB
CMYK
RGB Variations
Color information
#188CAA (or 0x188CAA) is known color: Pelorous. HEX triplet: 18, 8C and AA. RGB value is (24,140,170). Sum of RGB (Red+Green+Blue) = 24+140+170=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #188CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188CAA is #E77355. Grayscale: #6C6C6C. Windows color (decimal): -15168342 or 11176984. OLE color: 11176984.
HSL color Cylindrical-coordinate representation of color #188CAA: hue angle of 192.33º 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 #188CAA is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 140 | 170 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.33 |
| HSL | 192.33º | 0.75% | 0.38% | - |
| HSV(B) | 192.33º | 0.86% | 0.67% | - |
| XYZ | 17.01 | 21.85 | 41.35 | - |
| YUV | 108.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 170 | 0.86 | 0.18 | 0 | 0.33 | 192.33 | 0.75 | 0.38 |
| Hex | 18 | 8C | AA | 56 | 12 | 0 | 21 | C0 | 4B | 26 |
| Octal | 30 | 214 | 252 | 126 | 22 | 0 | 41 | 300 | 113 | 46 |
| Binary | 11000 | 10001100 | 10101010 | 1010110 | 10010 | 0 | 100001 | 11000000 | 1001011 | 100110 |
Color Harmonies of #188CAA
Complementary color
Monochromatic Colors of #188CAA
Black with #188CAA
Text Example
Text Example
White with #188CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CAA; }
p { color: rgb(24,140,170); }
H1.HeaderClassName
{
color: #188CAA;
}
.AnyTagClassName
{
color: #188CAA;
}
</style>
background-color css
<style>
a { background-color: #188CAA; }
a { background-color: rgb(24,140,170); }
div.DivClassName
{
background-color: #188CAA;
}
.BgClassName
{
background-color: #188CAA;
}
</style>
border-color css
<style>
span { border-color: #188CAA; }
span { border-color: rgb(24,140,170); }
td.TdClassName
{
border-color: #188CAA;
}
.TagClassName
{
border-color: #188CAA;
}
</style>