Shades of Sinbad #AACCC8
Tints of Sinbad #AACCC8
RGB
CMYK
RGB Variations
Color information
#AACCC8 (or 0xAACCC8) is known color: Sinbad. HEX triplet: AA, CC and C8. RGB value is (170,204,200). Sum of RGB (Red+Green+Blue) = 170+204+200=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC8 is #553337. Grayscale: #C1C1C1. Windows color (decimal): -5583672 or 13159594. OLE color: 13159594.
HSL color Cylindrical-coordinate representation of color #AACCC8: hue angle of 172.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCC8 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 200 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.2 |
| HSL | 172.94º | 0.25% | 0.73% | - |
| HSV(B) | 172.94º | 0.17% | 0.8% | - |
| XYZ | 48.6 | 55.9 | 62.87 | - |
| YUV | 193.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 200 | 0.17 | 0 | 0.02 | 0.2 | 172.94 | 0.25 | 0.73 |
| Hex | AA | CC | C8 | 11 | 0 | 2 | 14 | AD | 19 | 49 |
| Octal | 252 | 314 | 310 | 21 | 0 | 2 | 24 | 255 | 31 | 111 |
| Binary | 10101010 | 11001100 | 11001000 | 10001 | 0 | 10 | 10100 | 10101101 | 11001 | 1001001 |
Color Harmonies of #AACCC8
Complementary color
Monochromatic Colors of #AACCC8
Black with #AACCC8
Text Example
Text Example
White with #AACCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCC8; }
p { color: rgb(170,204,200); }
H1.HeaderClassName
{
color: #AACCC8;
}
.AnyTagClassName
{
color: #AACCC8;
}
</style>
background-color css
<style>
a { background-color: #AACCC8; }
a { background-color: rgb(170,204,200); }
div.DivClassName
{
background-color: #AACCC8;
}
.BgClassName
{
background-color: #AACCC8;
}
</style>
border-color css
<style>
span { border-color: #AACCC8; }
span { border-color: rgb(170,204,200); }
td.TdClassName
{
border-color: #AACCC8;
}
.TagClassName
{
border-color: #AACCC8;
}
</style>