Shades of Sinbad #ACCDCC
Tints of Sinbad #ACCDCC
RGB
CMYK
RGB Variations
Color information
#ACCDCC (or 0xACCDCC) is known color: Sinbad. HEX triplet: AC, CD and CC. RGB value is (172,205,204). Sum of RGB (Red+Green+Blue) = 172+205+204=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDCC is #533233. Grayscale: #C2C2C2. Windows color (decimal): -5452340 or 13421996. OLE color: 13421996.
HSL color Cylindrical-coordinate representation of color #ACCDCC: hue angle of 178.18º 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 #ACCDCC is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 204 | - |
CMYK | 0.16 | 0 | 0.00 | 0.20 |
HSL | 178.18º | 0.25% | 0.74% | - |
HSV(B) | 178.18º | 0.16% | 0.8% | - |
XYZ | 49.74 | 56.79 | 65.47 | - |
YUV | 195.02 | 133.07 | 111.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 204 | 0.16 | 0 | 0.00 | 0.20 | 178.18 | 0.25 | 0.74 |
Hex | AC | CD | CC | 10 | 0 | 0 | 14 | B2 | 19 | 4A |
Octal | 254 | 315 | 314 | 20 | 0 | 0 | 24 | 262 | 31 | 112 |
Binary | 10101100 | 11001101 | 11001100 | 10000 | 0 | 0 | 10100 | 10110010 | 11001 | 1001010 |
Color Harmonies of #ACCDCC
Complementary color
Monochromatic Colors of #ACCDCC
Black with #ACCDCC
Text Example
Text Example
White with #ACCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDCC; }
p { color: rgb(172,205,204); }
H1.HeaderClassName
{
color: #ACCDCC;
}
.AnyTagClassName
{
color: #ACCDCC;
}
</style>
background-color css
<style>
a { background-color: #ACCDCC; }
a { background-color: rgb(172,205,204); }
div.DivClassName
{
background-color: #ACCDCC;
}
.BgClassName
{
background-color: #ACCDCC;
}
</style>
border-color css
<style>
span { border-color: #ACCDCC; }
span { border-color: rgb(172,205,204); }
td.TdClassName
{
border-color: #ACCDCC;
}
.TagClassName
{
border-color: #ACCDCC;
}
</style>