Shades of Sinbad #ACCDCB
Tints of Sinbad #ACCDCB
RGB
CMYK
RGB Variations
Color information
#ACCDCB (or 0xACCDCB) is known color: Sinbad. HEX triplet: AC, CD and CB. RGB value is (172,205,203). Sum of RGB (Red+Green+Blue) = 172+205+203=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDCB is #533234. Grayscale: #C2C2C2. Windows color (decimal): -5452341 or 13356460. OLE color: 13356460.
HSL color Cylindrical-coordinate representation of color #ACCDCB: hue angle of 176.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDCB is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 203 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.20 |
| HSL | 176.36º | 0.25% | 0.74% | - |
| HSV(B) | 176.36º | 0.16% | 0.8% | - |
| XYZ | 49.62 | 56.75 | 64.84 | - |
| YUV | 194.91 | 132.57 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 203 | 0.16 | 0 | 0.01 | 0.20 | 176.36 | 0.25 | 0.74 |
| Hex | AC | CD | CB | 10 | 0 | 1 | 14 | B0 | 19 | 4A |
| Octal | 254 | 315 | 313 | 20 | 0 | 1 | 24 | 260 | 31 | 112 |
| Binary | 10101100 | 11001101 | 11001011 | 10000 | 0 | 1 | 10100 | 10110000 | 11001 | 1001010 |
Color Harmonies of #ACCDCB
Complementary color
Monochromatic Colors of #ACCDCB
Black with #ACCDCB
Text Example
Text Example
White with #ACCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDCB; }
p { color: rgb(172,205,203); }
H1.HeaderClassName
{
color: #ACCDCB;
}
.AnyTagClassName
{
color: #ACCDCB;
}
</style>
background-color css
<style>
a { background-color: #ACCDCB; }
a { background-color: rgb(172,205,203); }
div.DivClassName
{
background-color: #ACCDCB;
}
.BgClassName
{
background-color: #ACCDCB;
}
</style>
border-color css
<style>
span { border-color: #ACCDCB; }
span { border-color: rgb(172,205,203); }
td.TdClassName
{
border-color: #ACCDCB;
}
.TagClassName
{
border-color: #ACCDCB;
}
</style>