Shades of Sinbad #ACCCC8
Tints of Sinbad #ACCCC8
RGB
CMYK
RGB Variations
Color information
#ACCCC8 (or 0xACCCC8) is known color: Sinbad. HEX triplet: AC, CC and C8. RGB value is (172,204,200). Sum of RGB (Red+Green+Blue) = 172+204+200=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC8 is #533337. Grayscale: #C1C1C1. Windows color (decimal): -5452600 or 13159596. OLE color: 13159596.
HSL color Cylindrical-coordinate representation of color #ACCCC8: hue angle of 172.5º 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 #ACCCC8 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 200 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.2 |
| HSL | 172.5º | 0.24% | 0.74% | - |
| HSV(B) | 172.5º | 0.16% | 0.8% | - |
| XYZ | 49.03 | 56.13 | 62.89 | - |
| YUV | 193.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 200 | 0.16 | 0 | 0.02 | 0.2 | 172.5 | 0.24 | 0.74 |
| Hex | AC | CC | C8 | 10 | 0 | 2 | 14 | AC | 18 | 4A |
| Octal | 254 | 314 | 310 | 20 | 0 | 2 | 24 | 254 | 30 | 112 |
| Binary | 10101100 | 11001100 | 11001000 | 10000 | 0 | 10 | 10100 | 10101100 | 11000 | 1001010 |
Color Harmonies of #ACCCC8
Complementary color
Monochromatic Colors of #ACCCC8
Black with #ACCCC8
Text Example
Text Example
White with #ACCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCC8; }
p { color: rgb(172,204,200); }
H1.HeaderClassName
{
color: #ACCCC8;
}
.AnyTagClassName
{
color: #ACCCC8;
}
</style>
background-color css
<style>
a { background-color: #ACCCC8; }
a { background-color: rgb(172,204,200); }
div.DivClassName
{
background-color: #ACCCC8;
}
.BgClassName
{
background-color: #ACCCC8;
}
</style>
border-color css
<style>
span { border-color: #ACCCC8; }
span { border-color: rgb(172,204,200); }
td.TdClassName
{
border-color: #ACCCC8;
}
.TagClassName
{
border-color: #ACCCC8;
}
</style>