Shades of Pelorous #27AAC0
Tints of Pelorous #27AAC0
RGB
CMYK
RGB Variations
Color information
#27AAC0 (or 0x27AAC0) is known color: Pelorous. HEX triplet: 27, AA and C0. RGB value is (39,170,192). Sum of RGB (Red+Green+Blue) = 39+170+192=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #27AAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AAC0 is #D8553F. Grayscale: #858585. Windows color (decimal): -14177600 or 12626471. OLE color: 12626471.
HSL color Cylindrical-coordinate representation of color #27AAC0: hue angle of 188.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27AAC0 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 170 | 192 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.25 |
| HSL | 188.63º | 0.66% | 0.45% | - |
| HSV(B) | 188.63º | 0.8% | 0.75% | - |
| XYZ | 24.73 | 32.99 | 54.93 | - |
| YUV | 133.34 | 161.1 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 192 | 0.80 | 0.11 | 0 | 0.25 | 188.63 | 0.66 | 0.45 |
| Hex | 27 | AA | C0 | 50 | B | 0 | 19 | BD | 42 | 2D |
| Octal | 47 | 252 | 300 | 120 | 13 | 0 | 31 | 275 | 102 | 55 |
| Binary | 100111 | 10101010 | 11000000 | 1010000 | 1011 | 0 | 11001 | 10111101 | 1000010 | 101101 |
Color Harmonies of #27AAC0
Complementary color
Monochromatic Colors of #27AAC0
Black with #27AAC0
Text Example
Text Example
White with #27AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AAC0; }
p { color: rgb(39,170,192); }
H1.HeaderClassName
{
color: #27AAC0;
}
.AnyTagClassName
{
color: #27AAC0;
}
</style>
background-color css
<style>
a { background-color: #27AAC0; }
a { background-color: rgb(39,170,192); }
div.DivClassName
{
background-color: #27AAC0;
}
.BgClassName
{
background-color: #27AAC0;
}
</style>
border-color css
<style>
span { border-color: #27AAC0; }
span { border-color: rgb(39,170,192); }
td.TdClassName
{
border-color: #27AAC0;
}
.TagClassName
{
border-color: #27AAC0;
}
</style>