Shades of Sinbad #ACCDC9
Tints of Sinbad #ACCDC9
RGB
CMYK
RGB Variations
Color information
#ACCDC9 (or 0xACCDC9) is known color: Sinbad. HEX triplet: AC, CD and C9. RGB value is (172,205,201). Sum of RGB (Red+Green+Blue) = 172+205+201=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC9 is #533236. Grayscale: #C2C2C2. Windows color (decimal): -5452343 or 13225388. OLE color: 13225388.
HSL color Cylindrical-coordinate representation of color #ACCDC9: hue angle of 172.73º degrees, saturation: 0.25, 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 #ACCDC9 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 201 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.20 |
| HSL | 172.73º | 0.25% | 0.74% | - |
| HSV(B) | 172.73º | 0.16% | 0.8% | - |
| XYZ | 49.39 | 56.65 | 63.59 | - |
| YUV | 194.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 201 | 0.16 | 0 | 0.02 | 0.20 | 172.73 | 0.25 | 0.74 |
| Hex | AC | CD | C9 | 10 | 0 | 2 | 14 | AD | 19 | 4A |
| Octal | 254 | 315 | 311 | 20 | 0 | 2 | 24 | 255 | 31 | 112 |
| Binary | 10101100 | 11001101 | 11001001 | 10000 | 0 | 10 | 10100 | 10101101 | 11001 | 1001010 |
Color Harmonies of #ACCDC9
Complementary color
Monochromatic Colors of #ACCDC9
Black with #ACCDC9
Text Example
Text Example
White with #ACCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDC9; }
p { color: rgb(172,205,201); }
H1.HeaderClassName
{
color: #ACCDC9;
}
.AnyTagClassName
{
color: #ACCDC9;
}
</style>
background-color css
<style>
a { background-color: #ACCDC9; }
a { background-color: rgb(172,205,201); }
div.DivClassName
{
background-color: #ACCDC9;
}
.BgClassName
{
background-color: #ACCDC9;
}
</style>
border-color css
<style>
span { border-color: #ACCDC9; }
span { border-color: rgb(172,205,201); }
td.TdClassName
{
border-color: #ACCDC9;
}
.TagClassName
{
border-color: #ACCDC9;
}
</style>