Shades of Sinbad #ACCDC7
Tints of Sinbad #ACCDC7
RGB
CMYK
RGB Variations
Color information
#ACCDC7 (or 0xACCDC7) is known color: Sinbad. HEX triplet: AC, CD and C7. RGB value is (172,205,199). Sum of RGB (Red+Green+Blue) = 172+205+199=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC7 is #533238. Grayscale: #C2C2C2. Windows color (decimal): -5452345 or 13094316. OLE color: 13094316.
HSL color Cylindrical-coordinate representation of color #ACCDC7: hue angle of 169.09º 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 #ACCDC7 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 199 | - |
CMYK | 0.16 | 0 | 0.03 | 0.20 |
HSL | 169.09º | 0.25% | 0.74% | - |
HSV(B) | 169.09º | 0.16% | 0.8% | - |
XYZ | 49.15 | 56.56 | 62.36 | - |
YUV | 194.45 | 130.57 | 111.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 199 | 0.16 | 0 | 0.03 | 0.20 | 169.09 | 0.25 | 0.74 |
Hex | AC | CD | C7 | 10 | 0 | 3 | 14 | A9 | 19 | 4A |
Octal | 254 | 315 | 307 | 20 | 0 | 3 | 24 | 251 | 31 | 112 |
Binary | 10101100 | 11001101 | 11000111 | 10000 | 0 | 11 | 10100 | 10101001 | 11001 | 1001010 |
Color Harmonies of #ACCDC7
Complementary color
Monochromatic Colors of #ACCDC7
Black with #ACCDC7
Text Example
Text Example
White with #ACCDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDC7; }
p { color: rgb(172,205,199); }
H1.HeaderClassName
{
color: #ACCDC7;
}
.AnyTagClassName
{
color: #ACCDC7;
}
</style>
background-color css
<style>
a { background-color: #ACCDC7; }
a { background-color: rgb(172,205,199); }
div.DivClassName
{
background-color: #ACCDC7;
}
.BgClassName
{
background-color: #ACCDC7;
}
</style>
border-color css
<style>
span { border-color: #ACCDC7; }
span { border-color: rgb(172,205,199); }
td.TdClassName
{
border-color: #ACCDC7;
}
.TagClassName
{
border-color: #ACCDC7;
}
</style>