Shades of Sinbad #ACD0CC
Tints of Sinbad #ACD0CC
RGB
CMYK
RGB Variations
Color information
#ACD0CC (or 0xACD0CC) is known color: Sinbad. HEX triplet: AC, D0 and CC. RGB value is (172,208,204). Sum of RGB (Red+Green+Blue) = 172+208+204=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0CC is #532F33. Grayscale: #C4C4C4. Windows color (decimal): -5451572 or 13422764. OLE color: 13422764.
HSL color Cylindrical-coordinate representation of color #ACD0CC: hue angle of 173.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0CC is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 204 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.18 |
| HSL | 173.33º | 0.28% | 0.75% | - |
| HSV(B) | 173.33º | 0.17% | 0.82% | - |
| XYZ | 50.47 | 58.24 | 65.71 | - |
| YUV | 196.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 204 | 0.17 | 0 | 0.02 | 0.18 | 173.33 | 0.28 | 0.75 |
| Hex | AC | D0 | CC | 11 | 0 | 2 | 12 | AD | 1C | 4B |
| Octal | 254 | 320 | 314 | 21 | 0 | 2 | 22 | 255 | 34 | 113 |
| Binary | 10101100 | 11010000 | 11001100 | 10001 | 0 | 10 | 10010 | 10101101 | 11100 | 1001011 |
Color Harmonies of #ACD0CC
Complementary color
Monochromatic Colors of #ACD0CC
Black with #ACD0CC
Text Example
Text Example
White with #ACD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0CC; }
p { color: rgb(172,208,204); }
H1.HeaderClassName
{
color: #ACD0CC;
}
.AnyTagClassName
{
color: #ACD0CC;
}
</style>
background-color css
<style>
a { background-color: #ACD0CC; }
a { background-color: rgb(172,208,204); }
div.DivClassName
{
background-color: #ACD0CC;
}
.BgClassName
{
background-color: #ACD0CC;
}
</style>
border-color css
<style>
span { border-color: #ACD0CC; }
span { border-color: rgb(172,208,204); }
td.TdClassName
{
border-color: #ACD0CC;
}
.TagClassName
{
border-color: #ACD0CC;
}
</style>