Shades of Sinbad #ACCEC9
Tints of Sinbad #ACCEC9
RGB
CMYK
RGB Variations
Color information
#ACCEC9 (or 0xACCEC9) is known color: Sinbad. HEX triplet: AC, CE and C9. RGB value is (172,206,201). Sum of RGB (Red+Green+Blue) = 172+206+201=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC9 is #533136. Grayscale: #C3C3C3. Windows color (decimal): -5452087 or 13225644. OLE color: 13225644.
HSL color Cylindrical-coordinate representation of color #ACCEC9: hue angle of 171.18º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEC9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 201 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.19 |
| HSL | 171.18º | 0.26% | 0.74% | - |
| HSV(B) | 171.18º | 0.17% | 0.81% | - |
| XYZ | 49.63 | 57.13 | 63.67 | - |
| YUV | 195.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 201 | 0.17 | 0 | 0.02 | 0.19 | 171.18 | 0.26 | 0.74 |
| Hex | AC | CE | C9 | 11 | 0 | 2 | 13 | AB | 1A | 4A |
| Octal | 254 | 316 | 311 | 21 | 0 | 2 | 23 | 253 | 32 | 112 |
| Binary | 10101100 | 11001110 | 11001001 | 10001 | 0 | 10 | 10011 | 10101011 | 11010 | 1001010 |
Color Harmonies of #ACCEC9
Complementary color
Monochromatic Colors of #ACCEC9
Black with #ACCEC9
Text Example
Text Example
White with #ACCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEC9; }
p { color: rgb(172,206,201); }
H1.HeaderClassName
{
color: #ACCEC9;
}
.AnyTagClassName
{
color: #ACCEC9;
}
</style>
background-color css
<style>
a { background-color: #ACCEC9; }
a { background-color: rgb(172,206,201); }
div.DivClassName
{
background-color: #ACCEC9;
}
.BgClassName
{
background-color: #ACCEC9;
}
</style>
border-color css
<style>
span { border-color: #ACCEC9; }
span { border-color: rgb(172,206,201); }
td.TdClassName
{
border-color: #ACCEC9;
}
.TagClassName
{
border-color: #ACCEC9;
}
</style>