Shades of Sinbad #ACD1D2
Tints of Sinbad #ACD1D2
RGB
CMYK
RGB Variations
Color information
#ACD1D2 (or 0xACD1D2) is known color: Sinbad. HEX triplet: AC, D1 and D2. RGB value is (172,209,210). Sum of RGB (Red+Green+Blue) = 172+209+210=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 209 (82.03% from 255 or 35.36% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #ACD1D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1D2 is #532E2D. Grayscale: #C6C6C6. Windows color (decimal): -5451310 or 13816236. OLE color: 13816236.
HSL color Cylindrical-coordinate representation of color #ACD1D2: hue angle of 181.58º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD1D2 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 210 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.18 |
| HSL | 181.58º | 0.3% | 0.75% | - |
| HSV(B) | 181.58º | 0.18% | 0.82% | - |
| XYZ | 51.45 | 59.02 | 69.65 | - |
| YUV | 198.05 | 134.74 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 210 | 0.18 | 0.00 | 0 | 0.18 | 181.58 | 0.3 | 0.75 |
| Hex | AC | D1 | D2 | 12 | 0 | 0 | 12 | B6 | 1E | 4B |
| Octal | 254 | 321 | 322 | 22 | 0 | 0 | 22 | 266 | 36 | 113 |
| Binary | 10101100 | 11010001 | 11010010 | 10010 | 0 | 0 | 10010 | 10110110 | 11110 | 1001011 |
Color Harmonies of #ACD1D2
Complementary color
Monochromatic Colors of #ACD1D2
Black with #ACD1D2
Text Example
Text Example
White with #ACD1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1D2; }
p { color: rgb(172,209,210); }
H1.HeaderClassName
{
color: #ACD1D2;
}
.AnyTagClassName
{
color: #ACD1D2;
}
</style>
background-color css
<style>
a { background-color: #ACD1D2; }
a { background-color: rgb(172,209,210); }
div.DivClassName
{
background-color: #ACD1D2;
}
.BgClassName
{
background-color: #ACD1D2;
}
</style>
border-color css
<style>
span { border-color: #ACD1D2; }
span { border-color: rgb(172,209,210); }
td.TdClassName
{
border-color: #ACD1D2;
}
.TagClassName
{
border-color: #ACD1D2;
}
</style>