Shades of Sinbad #ACD0D1
Tints of Sinbad #ACD0D1
RGB
CMYK
RGB Variations
Color information
#ACD0D1 (or 0xACD0D1) is known color: Sinbad. HEX triplet: AC, D0 and D1. RGB value is (172,208,209). Sum of RGB (Red+Green+Blue) = 172+208+209=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACD0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0D1 is #532F2E. Grayscale: #C5C5C5. Windows color (decimal): -5451567 or 13750444. OLE color: 13750444.
HSL color Cylindrical-coordinate representation of color #ACD0D1: hue angle of 181.62º degrees, saturation: 0.29, 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 #ACD0D1 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 209 | - |
| CMYK | 0.18 | 0.00 | 0 | 0.18 |
| HSL | 181.62º | 0.29% | 0.75% | - |
| HSV(B) | 181.62º | 0.18% | 0.82% | - |
| XYZ | 51.08 | 58.49 | 68.92 | - |
| YUV | 197.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 209 | 0.18 | 0.00 | 0 | 0.18 | 181.62 | 0.29 | 0.75 |
| Hex | AC | D0 | D1 | 12 | 0 | 0 | 12 | B6 | 1D | 4B |
| Octal | 254 | 320 | 321 | 22 | 0 | 0 | 22 | 266 | 35 | 113 |
| Binary | 10101100 | 11010000 | 11010001 | 10010 | 0 | 0 | 10010 | 10110110 | 11101 | 1001011 |
Color Harmonies of #ACD0D1
Complementary color
Monochromatic Colors of #ACD0D1
Black with #ACD0D1
Text Example
Text Example
White with #ACD0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD0D1; }
p { color: rgb(172,208,209); }
H1.HeaderClassName
{
color: #ACD0D1;
}
.AnyTagClassName
{
color: #ACD0D1;
}
</style>
background-color css
<style>
a { background-color: #ACD0D1; }
a { background-color: rgb(172,208,209); }
div.DivClassName
{
background-color: #ACD0D1;
}
.BgClassName
{
background-color: #ACD0D1;
}
</style>
border-color css
<style>
span { border-color: #ACD0D1; }
span { border-color: rgb(172,208,209); }
td.TdClassName
{
border-color: #ACD0D1;
}
.TagClassName
{
border-color: #ACD0D1;
}
</style>