Shades of Sinbad #ACD3CF
Tints of Sinbad #ACD3CF
RGB
CMYK
RGB Variations
Color information
#ACD3CF (or 0xACD3CF) is known color: Sinbad. HEX triplet: AC, D3 and CF. RGB value is (172,211,207). Sum of RGB (Red+Green+Blue) = 172+211+207=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3CF is #532C30. Grayscale: #C6C6C6. Windows color (decimal): -5450801 or 13620140. OLE color: 13620140.
HSL color Cylindrical-coordinate representation of color #ACD3CF: hue angle of 173.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD3CF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 211 | 207 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.17 |
| HSL | 173.85º | 0.31% | 0.75% | - |
| HSV(B) | 173.85º | 0.18% | 0.83% | - |
| XYZ | 51.57 | 59.86 | 67.87 | - |
| YUV | 198.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 207 | 0.18 | 0 | 0.02 | 0.17 | 173.85 | 0.31 | 0.75 |
| Hex | AC | D3 | CF | 12 | 0 | 2 | 11 | AE | 1F | 4B |
| Octal | 254 | 323 | 317 | 22 | 0 | 2 | 21 | 256 | 37 | 113 |
| Binary | 10101100 | 11010011 | 11001111 | 10010 | 0 | 10 | 10001 | 10101110 | 11111 | 1001011 |
Color Harmonies of #ACD3CF
Complementary color
Monochromatic Colors of #ACD3CF
Black with #ACD3CF
Text Example
Text Example
White with #ACD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3CF; }
p { color: rgb(172,211,207); }
H1.HeaderClassName
{
color: #ACD3CF;
}
.AnyTagClassName
{
color: #ACD3CF;
}
</style>
background-color css
<style>
a { background-color: #ACD3CF; }
a { background-color: rgb(172,211,207); }
div.DivClassName
{
background-color: #ACD3CF;
}
.BgClassName
{
background-color: #ACD3CF;
}
</style>
border-color css
<style>
span { border-color: #ACD3CF; }
span { border-color: rgb(172,211,207); }
td.TdClassName
{
border-color: #ACD3CF;
}
.TagClassName
{
border-color: #ACD3CF;
}
</style>