Shades of Pelorous #2AAAC0
Tints of Pelorous #2AAAC0
RGB
CMYK
RGB Variations
Color information
#2AAAC0 (or 0x2AAAC0) is known color: Pelorous. HEX triplet: 2A, AA and C0. RGB value is (42,170,192). Sum of RGB (Red+Green+Blue) = 42+170+192=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #2AAAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAAC0 is #D5553F. Grayscale: #868686. Windows color (decimal): -13980992 or 12626474. OLE color: 12626474.
HSL color Cylindrical-coordinate representation of color #2AAAC0: hue angle of 188.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAAC0 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 170 | 192 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.25 |
| HSL | 188.8º | 0.64% | 0.46% | - |
| HSV(B) | 188.8º | 0.78% | 0.75% | - |
| XYZ | 24.84 | 33.05 | 54.94 | - |
| YUV | 134.24 | 160.59 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 192 | 0.78 | 0.11 | 0 | 0.25 | 188.8 | 0.64 | 0.46 |
| Hex | 2A | AA | C0 | 4E | B | 0 | 19 | BD | 40 | 2E |
| Octal | 52 | 252 | 300 | 116 | 13 | 0 | 31 | 275 | 100 | 56 |
| Binary | 101010 | 10101010 | 11000000 | 1001110 | 1011 | 0 | 11001 | 10111101 | 1000000 | 101110 |
Color Harmonies of #2AAAC0
Complementary color
Monochromatic Colors of #2AAAC0
Black with #2AAAC0
Text Example
Text Example
White with #2AAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAAC0; }
p { color: rgb(42,170,192); }
H1.HeaderClassName
{
color: #2AAAC0;
}
.AnyTagClassName
{
color: #2AAAC0;
}
</style>
background-color css
<style>
a { background-color: #2AAAC0; }
a { background-color: rgb(42,170,192); }
div.DivClassName
{
background-color: #2AAAC0;
}
.BgClassName
{
background-color: #2AAAC0;
}
</style>
border-color css
<style>
span { border-color: #2AAAC0; }
span { border-color: rgb(42,170,192); }
td.TdClassName
{
border-color: #2AAAC0;
}
.TagClassName
{
border-color: #2AAAC0;
}
</style>