Shades of Pelorous #27ACC0
Tints of Pelorous #27ACC0
RGB
CMYK
RGB Variations
Color information
#27ACC0 (or 0x27ACC0) is known color: Pelorous. HEX triplet: 27, AC and C0. RGB value is (39,172,192). Sum of RGB (Red+Green+Blue) = 39+172+192=403 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.68% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #27ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ACC0 is #D8533F. Grayscale: #868686. Windows color (decimal): -14177088 or 12626983. OLE color: 12626983.
HSL color Cylindrical-coordinate representation of color #27ACC0: hue angle of 187.84º 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 #27ACC0 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 172 | 192 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.25 |
| HSL | 187.84º | 0.66% | 0.45% | - |
| HSV(B) | 187.84º | 0.8% | 0.75% | - |
| XYZ | 25.1 | 33.74 | 55.06 | - |
| YUV | 134.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 172 | 192 | 0.80 | 0.10 | 0 | 0.25 | 187.84 | 0.66 | 0.45 |
| Hex | 27 | AC | C0 | 50 | A | 0 | 19 | BC | 42 | 2D |
| Octal | 47 | 254 | 300 | 120 | 12 | 0 | 31 | 274 | 102 | 55 |
| Binary | 100111 | 10101100 | 11000000 | 1010000 | 1010 | 0 | 11001 | 10111100 | 1000010 | 101101 |
Color Harmonies of #27ACC0
Complementary color
Monochromatic Colors of #27ACC0
Black with #27ACC0
Text Example
Text Example
White with #27ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ACC0; }
p { color: rgb(39,172,192); }
H1.HeaderClassName
{
color: #27ACC0;
}
.AnyTagClassName
{
color: #27ACC0;
}
</style>
background-color css
<style>
a { background-color: #27ACC0; }
a { background-color: rgb(39,172,192); }
div.DivClassName
{
background-color: #27ACC0;
}
.BgClassName
{
background-color: #27ACC0;
}
</style>
border-color css
<style>
span { border-color: #27ACC0; }
span { border-color: rgb(39,172,192); }
td.TdClassName
{
border-color: #27ACC0;
}
.TagClassName
{
border-color: #27ACC0;
}
</style>