Shades of Sinbad #ACD0CA
Tints of Sinbad #ACD0CA
RGB
CMYK
RGB Variations
Color information
#ACD0CA (or 0xACD0CA) is known color: Sinbad. HEX triplet: AC, D0 and CA. RGB value is (172,208,202). Sum of RGB (Red+Green+Blue) = 172+208+202=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0CA is #532F35. Grayscale: #C4C4C4. Windows color (decimal): -5451574 or 13291692. OLE color: 13291692.
HSL color Cylindrical-coordinate representation of color #ACD0CA: hue angle of 170º 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 #ACD0CA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 202 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.18 |
| HSL | 170º | 0.28% | 0.75% | - |
| HSV(B) | 170º | 0.17% | 0.82% | - |
| XYZ | 50.23 | 58.15 | 64.45 | - |
| YUV | 196.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 202 | 0.17 | 0 | 0.03 | 0.18 | 170 | 0.28 | 0.75 |
| Hex | AC | D0 | CA | 11 | 0 | 3 | 12 | AA | 1C | 4B |
| Octal | 254 | 320 | 312 | 21 | 0 | 3 | 22 | 252 | 34 | 113 |
| Binary | 10101100 | 11010000 | 11001010 | 10001 | 0 | 11 | 10010 | 10101010 | 11100 | 1001011 |
Color Harmonies of #ACD0CA
Complementary color
Monochromatic Colors of #ACD0CA
Black with #ACD0CA
Text Example
Text Example
White with #ACD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0CA; }
p { color: rgb(172,208,202); }
H1.HeaderClassName
{
color: #ACD0CA;
}
.AnyTagClassName
{
color: #ACD0CA;
}
</style>
background-color css
<style>
a { background-color: #ACD0CA; }
a { background-color: rgb(172,208,202); }
div.DivClassName
{
background-color: #ACD0CA;
}
.BgClassName
{
background-color: #ACD0CA;
}
</style>
border-color css
<style>
span { border-color: #ACD0CA; }
span { border-color: rgb(172,208,202); }
td.TdClassName
{
border-color: #ACD0CA;
}
.TagClassName
{
border-color: #ACD0CA;
}
</style>