Shades of Pelorous #20ACC2
Tints of Pelorous #20ACC2
RGB
CMYK
RGB Variations
Color information
#20ACC2 (or 0x20ACC2) is known color: Pelorous. HEX triplet: 20, AC and C2. RGB value is (32,172,194). Sum of RGB (Red+Green+Blue) = 32+172+194=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #20ACC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACC2 is #DF533D. Grayscale: #848484. Windows color (decimal): -14635838 or 12758048. OLE color: 12758048.
HSL color Cylindrical-coordinate representation of color #20ACC2: hue angle of 188.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20ACC2 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 172 | 194 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.24 |
| HSL | 188.15º | 0.72% | 0.44% | - |
| HSV(B) | 188.15º | 0.84% | 0.76% | - |
| XYZ | 25.09 | 33.71 | 56.22 | - |
| YUV | 132.65 | 162.62 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 194 | 0.84 | 0.11 | 0 | 0.24 | 188.15 | 0.72 | 0.44 |
| Hex | 20 | AC | C2 | 54 | B | 0 | 18 | BC | 48 | 2C |
| Octal | 40 | 254 | 302 | 124 | 13 | 0 | 30 | 274 | 110 | 54 |
| Binary | 100000 | 10101100 | 11000010 | 1010100 | 1011 | 0 | 11000 | 10111100 | 1001000 | 101100 |
Color Harmonies of #20ACC2
Complementary color
Monochromatic Colors of #20ACC2
Black with #20ACC2
Text Example
Text Example
White with #20ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACC2; }
p { color: rgb(32,172,194); }
H1.HeaderClassName
{
color: #20ACC2;
}
.AnyTagClassName
{
color: #20ACC2;
}
</style>
background-color css
<style>
a { background-color: #20ACC2; }
a { background-color: rgb(32,172,194); }
div.DivClassName
{
background-color: #20ACC2;
}
.BgClassName
{
background-color: #20ACC2;
}
</style>
border-color css
<style>
span { border-color: #20ACC2; }
span { border-color: rgb(32,172,194); }
td.TdClassName
{
border-color: #20ACC2;
}
.TagClassName
{
border-color: #20ACC2;
}
</style>