Shades of Sinbad #ACD4D2
Tints of Sinbad #ACD4D2
RGB
CMYK
RGB Variations
Color information
#ACD4D2 (or 0xACD4D2) is known color: Sinbad. HEX triplet: AC, D4 and D2. RGB value is (172,212,210). Sum of RGB (Red+Green+Blue) = 172+212+210=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4D2 is #532B2D. Grayscale: #C7C7C7. Windows color (decimal): -5450542 or 13817004. OLE color: 13817004.
HSL color Cylindrical-coordinate representation of color #ACD4D2: hue angle of 177º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4D2 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 212 | 210 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.17 |
| HSL | 177º | 0.32% | 0.75% | - |
| HSV(B) | 177º | 0.19% | 0.83% | - |
| XYZ | 52.19 | 60.51 | 69.9 | - |
| YUV | 199.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 212 | 210 | 0.19 | 0 | 0.01 | 0.17 | 177 | 0.32 | 0.75 |
| Hex | AC | D4 | D2 | 13 | 0 | 1 | 11 | B1 | 20 | 4B |
| Octal | 254 | 324 | 322 | 23 | 0 | 1 | 21 | 261 | 40 | 113 |
| Binary | 10101100 | 11010100 | 11010010 | 10011 | 0 | 1 | 10001 | 10110001 | 100000 | 1001011 |
Color Harmonies of #ACD4D2
Complementary color
Monochromatic Colors of #ACD4D2
Black with #ACD4D2
Text Example
Text Example
White with #ACD4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4D2; }
p { color: rgb(172,212,210); }
H1.HeaderClassName
{
color: #ACD4D2;
}
.AnyTagClassName
{
color: #ACD4D2;
}
</style>
background-color css
<style>
a { background-color: #ACD4D2; }
a { background-color: rgb(172,212,210); }
div.DivClassName
{
background-color: #ACD4D2;
}
.BgClassName
{
background-color: #ACD4D2;
}
</style>
border-color css
<style>
span { border-color: #ACD4D2; }
span { border-color: rgb(172,212,210); }
td.TdClassName
{
border-color: #ACD4D2;
}
.TagClassName
{
border-color: #ACD4D2;
}
</style>