Shades of Sinbad #ACCCC9
Tints of Sinbad #ACCCC9
RGB
CMYK
RGB Variations
Color information
#ACCCC9 (or 0xACCCC9) is known color: Sinbad. HEX triplet: AC, CC and C9. RGB value is (172,204,201). Sum of RGB (Red+Green+Blue) = 172+204+201=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC9 is #533336. Grayscale: #C2C2C2. Windows color (decimal): -5452599 or 13225132. OLE color: 13225132.
HSL color Cylindrical-coordinate representation of color #ACCCC9: hue angle of 174.38º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCC9 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 201 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.2 |
| HSL | 174.38º | 0.24% | 0.74% | - |
| HSV(B) | 174.38º | 0.16% | 0.8% | - |
| XYZ | 49.15 | 56.17 | 63.51 | - |
| YUV | 194.09 | 131.9 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 201 | 0.16 | 0 | 0.01 | 0.2 | 174.38 | 0.24 | 0.74 |
| Hex | AC | CC | C9 | 10 | 0 | 1 | 14 | AE | 18 | 4A |
| Octal | 254 | 314 | 311 | 20 | 0 | 1 | 24 | 256 | 30 | 112 |
| Binary | 10101100 | 11001100 | 11001001 | 10000 | 0 | 1 | 10100 | 10101110 | 11000 | 1001010 |
Color Harmonies of #ACCCC9
Complementary color
Monochromatic Colors of #ACCCC9
Black with #ACCCC9
Text Example
Text Example
White with #ACCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCC9; }
p { color: rgb(172,204,201); }
H1.HeaderClassName
{
color: #ACCCC9;
}
.AnyTagClassName
{
color: #ACCCC9;
}
</style>
background-color css
<style>
a { background-color: #ACCCC9; }
a { background-color: rgb(172,204,201); }
div.DivClassName
{
background-color: #ACCCC9;
}
.BgClassName
{
background-color: #ACCCC9;
}
</style>
border-color css
<style>
span { border-color: #ACCCC9; }
span { border-color: rgb(172,204,201); }
td.TdClassName
{
border-color: #ACCCC9;
}
.TagClassName
{
border-color: #ACCCC9;
}
</style>