Shades of Sinbad #ACD5D0
Tints of Sinbad #ACD5D0
RGB
CMYK
RGB Variations
Color information
#ACD5D0 (or 0xACD5D0) is known color: Sinbad. HEX triplet: AC, D5 and D0. RGB value is (172,213,208). Sum of RGB (Red+Green+Blue) = 172+213+208=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5D0 is #532A2F. Grayscale: #C8C8C8. Windows color (decimal): -5450288 or 13686188. OLE color: 13686188.
HSL color Cylindrical-coordinate representation of color #ACD5D0: hue angle of 172.68º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5D0 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 208 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.16 |
| HSL | 172.68º | 0.33% | 0.75% | - |
| HSV(B) | 172.68º | 0.19% | 0.84% | - |
| XYZ | 52.19 | 60.91 | 68.68 | - |
| YUV | 200.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 208 | 0.19 | 0 | 0.02 | 0.16 | 172.68 | 0.33 | 0.75 |
| Hex | AC | D5 | D0 | 13 | 0 | 2 | 10 | AD | 21 | 4B |
| Octal | 254 | 325 | 320 | 23 | 0 | 2 | 20 | 255 | 41 | 113 |
| Binary | 10101100 | 11010101 | 11010000 | 10011 | 0 | 10 | 10000 | 10101101 | 100001 | 1001011 |
Color Harmonies of #ACD5D0
Complementary color
Monochromatic Colors of #ACD5D0
Black with #ACD5D0
Text Example
Text Example
White with #ACD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5D0; }
p { color: rgb(172,213,208); }
H1.HeaderClassName
{
color: #ACD5D0;
}
.AnyTagClassName
{
color: #ACD5D0;
}
</style>
background-color css
<style>
a { background-color: #ACD5D0; }
a { background-color: rgb(172,213,208); }
div.DivClassName
{
background-color: #ACD5D0;
}
.BgClassName
{
background-color: #ACD5D0;
}
</style>
border-color css
<style>
span { border-color: #ACD5D0; }
span { border-color: rgb(172,213,208); }
td.TdClassName
{
border-color: #ACD5D0;
}
.TagClassName
{
border-color: #ACD5D0;
}
</style>