Shades of Tiara #ACCFC0
Tints of Tiara #ACCFC0
RGB
CMYK
RGB Variations
Color information
#ACCFC0 (or 0xACCFC0) is known color: Tiara. HEX triplet: AC, CF and C0. RGB value is (172,207,192). Sum of RGB (Red+Green+Blue) = 172+207+192=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFC0 is #53303F. Grayscale: #C2C2C2. Windows color (decimal): -5451840 or 12636076. OLE color: 12636076.
HSL color Cylindrical-coordinate representation of color #ACCFC0: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCFC0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 192 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.19 |
| HSL | 154.29º | 0.27% | 0.74% | - |
| HSV(B) | 154.29º | 0.17% | 0.81% | - |
| XYZ | 48.84 | 57.2 | 58.34 | - |
| YUV | 194.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 192 | 0.17 | 0 | 0.07 | 0.19 | 154.29 | 0.27 | 0.74 |
| Hex | AC | CF | C0 | 11 | 0 | 7 | 13 | 9A | 1B | 4A |
| Octal | 254 | 317 | 300 | 21 | 0 | 7 | 23 | 232 | 33 | 112 |
| Binary | 10101100 | 11001111 | 11000000 | 10001 | 0 | 111 | 10011 | 10011010 | 11011 | 1001010 |
Color Harmonies of #ACCFC0
Complementary color
Monochromatic Colors of #ACCFC0
Black with #ACCFC0
Text Example
Text Example
White with #ACCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFC0; }
p { color: rgb(172,207,192); }
H1.HeaderClassName
{
color: #ACCFC0;
}
.AnyTagClassName
{
color: #ACCFC0;
}
</style>
background-color css
<style>
a { background-color: #ACCFC0; }
a { background-color: rgb(172,207,192); }
div.DivClassName
{
background-color: #ACCFC0;
}
.BgClassName
{
background-color: #ACCFC0;
}
</style>
border-color css
<style>
span { border-color: #ACCFC0; }
span { border-color: rgb(172,207,192); }
td.TdClassName
{
border-color: #ACCFC0;
}
.TagClassName
{
border-color: #ACCFC0;
}
</style>