Shades of Sinbad #ACD7D3
Tints of Sinbad #ACD7D3
RGB
CMYK
RGB Variations
Color information
#ACD7D3 (or 0xACD7D3) is known color: Sinbad. HEX triplet: AC, D7 and D3. RGB value is (172,215,211). Sum of RGB (Red+Green+Blue) = 172+215+211=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7D3 is #53282C. Grayscale: #C9C9C9. Windows color (decimal): -5449773 or 13883308. OLE color: 13883308.
HSL color Cylindrical-coordinate representation of color #ACD7D3: hue angle of 174.42º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7D3 is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 211 | - |
| CMYK | 0.2 | 0 | 0.02 | 0.16 |
| HSL | 174.42º | 0.35% | 0.76% | - |
| HSV(B) | 174.42º | 0.2% | 0.84% | - |
| XYZ | 53.07 | 62.07 | 70.81 | - |
| YUV | 201.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 211 | 0.2 | 0 | 0.02 | 0.16 | 174.42 | 0.35 | 0.76 |
| Hex | AC | D7 | D3 | 14 | 0 | 2 | 10 | AE | 23 | 4C |
| Octal | 254 | 327 | 323 | 24 | 0 | 2 | 20 | 256 | 43 | 114 |
| Binary | 10101100 | 11010111 | 11010011 | 10100 | 0 | 10 | 10000 | 10101110 | 100011 | 1001100 |
Color Harmonies of #ACD7D3
Complementary color
Monochromatic Colors of #ACD7D3
Black with #ACD7D3
Text Example
Text Example
White with #ACD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7D3; }
p { color: rgb(172,215,211); }
H1.HeaderClassName
{
color: #ACD7D3;
}
.AnyTagClassName
{
color: #ACD7D3;
}
</style>
background-color css
<style>
a { background-color: #ACD7D3; }
a { background-color: rgb(172,215,211); }
div.DivClassName
{
background-color: #ACD7D3;
}
.BgClassName
{
background-color: #ACD7D3;
}
</style>
border-color css
<style>
span { border-color: #ACD7D3; }
span { border-color: rgb(172,215,211); }
td.TdClassName
{
border-color: #ACD7D3;
}
.TagClassName
{
border-color: #ACD7D3;
}
</style>