Shades of Pelorous #2DACC0
Tints of Pelorous #2DACC0
RGB
CMYK
RGB Variations
Color information
#2DACC0 (or 0x2DACC0) is known color: Pelorous. HEX triplet: 2D, AC and C0. RGB value is (45,172,192). Sum of RGB (Red+Green+Blue) = 45+172+192=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #2DACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DACC0 is #D2533F. Grayscale: #888888. Windows color (decimal): -13783872 or 12626989. OLE color: 12626989.
HSL color Cylindrical-coordinate representation of color #2DACC0: hue angle of 188.16º 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 #2DACC0 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 172 | 192 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.25 |
| HSL | 188.16º | 0.62% | 0.46% | - |
| HSV(B) | 188.16º | 0.77% | 0.75% | - |
| XYZ | 25.35 | 33.87 | 55.07 | - |
| YUV | 136.31 | 159.42 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 192 | 0.77 | 0.10 | 0 | 0.25 | 188.16 | 0.62 | 0.46 |
| Hex | 2D | AC | C0 | 4D | A | 0 | 19 | BC | 3E | 2E |
| Octal | 55 | 254 | 300 | 115 | 12 | 0 | 31 | 274 | 76 | 56 |
| Binary | 101101 | 10101100 | 11000000 | 1001101 | 1010 | 0 | 11001 | 10111100 | 111110 | 101110 |
Color Harmonies of #2DACC0
Complementary color
Monochromatic Colors of #2DACC0
Black with #2DACC0
Text Example
Text Example
White with #2DACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACC0; }
p { color: rgb(45,172,192); }
H1.HeaderClassName
{
color: #2DACC0;
}
.AnyTagClassName
{
color: #2DACC0;
}
</style>
background-color css
<style>
a { background-color: #2DACC0; }
a { background-color: rgb(45,172,192); }
div.DivClassName
{
background-color: #2DACC0;
}
.BgClassName
{
background-color: #2DACC0;
}
</style>
border-color css
<style>
span { border-color: #2DACC0; }
span { border-color: rgb(45,172,192); }
td.TdClassName
{
border-color: #2DACC0;
}
.TagClassName
{
border-color: #2DACC0;
}
</style>