Shades of Sinbad #ACCECB
Tints of Sinbad #ACCECB
RGB
CMYK
RGB Variations
Color information
#ACCECB (or 0xACCECB) is known color: Sinbad. HEX triplet: AC, CE and CB. RGB value is (172,206,203). Sum of RGB (Red+Green+Blue) = 172+206+203=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCECB is #533134. Grayscale: #C3C3C3. Windows color (decimal): -5452085 or 13356716. OLE color: 13356716.
HSL color Cylindrical-coordinate representation of color #ACCECB: hue angle of 174.71º 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 #ACCECB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 203 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.19 |
| HSL | 174.71º | 0.26% | 0.74% | - |
| HSV(B) | 174.71º | 0.17% | 0.81% | - |
| XYZ | 49.86 | 57.23 | 64.92 | - |
| YUV | 195.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 203 | 0.17 | 0 | 0.01 | 0.19 | 174.71 | 0.26 | 0.74 |
| Hex | AC | CE | CB | 11 | 0 | 1 | 13 | AF | 1A | 4A |
| Octal | 254 | 316 | 313 | 21 | 0 | 1 | 23 | 257 | 32 | 112 |
| Binary | 10101100 | 11001110 | 11001011 | 10001 | 0 | 1 | 10011 | 10101111 | 11010 | 1001010 |
Color Harmonies of #ACCECB
Complementary color
Monochromatic Colors of #ACCECB
Black with #ACCECB
Text Example
Text Example
White with #ACCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCECB; }
p { color: rgb(172,206,203); }
H1.HeaderClassName
{
color: #ACCECB;
}
.AnyTagClassName
{
color: #ACCECB;
}
</style>
background-color css
<style>
a { background-color: #ACCECB; }
a { background-color: rgb(172,206,203); }
div.DivClassName
{
background-color: #ACCECB;
}
.BgClassName
{
background-color: #ACCECB;
}
</style>
border-color css
<style>
span { border-color: #ACCECB; }
span { border-color: rgb(172,206,203); }
td.TdClassName
{
border-color: #ACCECB;
}
.TagClassName
{
border-color: #ACCECB;
}
</style>