Shades of Pelorous #2DAAC0
Tints of Pelorous #2DAAC0
RGB
CMYK
RGB Variations
Color information
#2DAAC0 (or 0x2DAAC0) is known color: Pelorous. HEX triplet: 2D, AA and C0. RGB value is (45,170,192). Sum of RGB (Red+Green+Blue) = 45+170+192=407 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.06% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #2DAAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAAC0 is #D2553F. Grayscale: #868686. Windows color (decimal): -13784384 or 12626477. OLE color: 12626477.
HSL color Cylindrical-coordinate representation of color #2DAAC0: hue angle of 188.98º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DAAC0 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 170 | 192 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.25 |
| HSL | 188.98º | 0.62% | 0.46% | - |
| HSV(B) | 188.98º | 0.77% | 0.75% | - |
| XYZ | 24.97 | 33.11 | 54.94 | - |
| YUV | 135.13 | 160.09 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 170 | 192 | 0.77 | 0.11 | 0 | 0.25 | 188.98 | 0.62 | 0.46 |
| Hex | 2D | AA | C0 | 4D | B | 0 | 19 | BD | 3E | 2E |
| Octal | 55 | 252 | 300 | 115 | 13 | 0 | 31 | 275 | 76 | 56 |
| Binary | 101101 | 10101010 | 11000000 | 1001101 | 1011 | 0 | 11001 | 10111101 | 111110 | 101110 |
Color Harmonies of #2DAAC0
Complementary color
Monochromatic Colors of #2DAAC0
Black with #2DAAC0
Text Example
Text Example
White with #2DAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAAC0; }
p { color: rgb(45,170,192); }
H1.HeaderClassName
{
color: #2DAAC0;
}
.AnyTagClassName
{
color: #2DAAC0;
}
</style>
background-color css
<style>
a { background-color: #2DAAC0; }
a { background-color: rgb(45,170,192); }
div.DivClassName
{
background-color: #2DAAC0;
}
.BgClassName
{
background-color: #2DAAC0;
}
</style>
border-color css
<style>
span { border-color: #2DAAC0; }
span { border-color: rgb(45,170,192); }
td.TdClassName
{
border-color: #2DAAC0;
}
.TagClassName
{
border-color: #2DAAC0;
}
</style>