Shades of Sinbad #A2CEC9
Tints of Sinbad #A2CEC9
RGB
CMYK
RGB Variations
Color information
#A2CEC9 (or 0xA2CEC9) is known color: Sinbad. HEX triplet: A2, CE and C9. RGB value is (162,206,201). Sum of RGB (Red+Green+Blue) = 162+206+201=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEC9 is #5D3136. Grayscale: #C0C0C0. Windows color (decimal): -6107447 or 13225634. OLE color: 13225634.
HSL color Cylindrical-coordinate representation of color #A2CEC9: hue angle of 173.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CEC9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 201 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.19 |
| HSL | 173.18º | 0.31% | 0.72% | - |
| HSV(B) | 173.18º | 0.21% | 0.81% | - |
| XYZ | 47.51 | 56.04 | 63.57 | - |
| YUV | 192.27 | 132.92 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 201 | 0.21 | 0 | 0.02 | 0.19 | 173.18 | 0.31 | 0.72 |
| Hex | A2 | CE | C9 | 15 | 0 | 2 | 13 | AD | 1F | 48 |
| Octal | 242 | 316 | 311 | 25 | 0 | 2 | 23 | 255 | 37 | 110 |
| Binary | 10100010 | 11001110 | 11001001 | 10101 | 0 | 10 | 10011 | 10101101 | 11111 | 1001000 |
Color Harmonies of #A2CEC9
Complementary color
Monochromatic Colors of #A2CEC9
Black with #A2CEC9
Text Example
Text Example
White with #A2CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEC9; }
p { color: rgb(162,206,201); }
H1.HeaderClassName
{
color: #A2CEC9;
}
.AnyTagClassName
{
color: #A2CEC9;
}
</style>
background-color css
<style>
a { background-color: #A2CEC9; }
a { background-color: rgb(162,206,201); }
div.DivClassName
{
background-color: #A2CEC9;
}
.BgClassName
{
background-color: #A2CEC9;
}
</style>
border-color css
<style>
span { border-color: #A2CEC9; }
span { border-color: rgb(162,206,201); }
td.TdClassName
{
border-color: #A2CEC9;
}
.TagClassName
{
border-color: #A2CEC9;
}
</style>