Shades of Sinbad #A2CEC5
Tints of Sinbad #A2CEC5
RGB
CMYK
RGB Variations
Color information
#A2CEC5 (or 0xA2CEC5) is known color: Sinbad. HEX triplet: A2, CE and C5. RGB value is (162,206,197). Sum of RGB (Red+Green+Blue) = 162+206+197=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEC5 is #5D313A. Grayscale: #BFBFBF. Windows color (decimal): -6107451 or 12963490. OLE color: 12963490.
HSL color Cylindrical-coordinate representation of color #A2CEC5: hue angle of 167.73º 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 #A2CEC5 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 197 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.19 |
| HSL | 167.73º | 0.31% | 0.72% | - |
| HSV(B) | 167.73º | 0.21% | 0.81% | - |
| XYZ | 47.05 | 55.86 | 61.12 | - |
| YUV | 191.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 197 | 0.21 | 0 | 0.04 | 0.19 | 167.73 | 0.31 | 0.72 |
| Hex | A2 | CE | C5 | 15 | 0 | 4 | 13 | A8 | 1F | 48 |
| Octal | 242 | 316 | 305 | 25 | 0 | 4 | 23 | 250 | 37 | 110 |
| Binary | 10100010 | 11001110 | 11000101 | 10101 | 0 | 100 | 10011 | 10101000 | 11111 | 1001000 |
Color Harmonies of #A2CEC5
Complementary color
Monochromatic Colors of #A2CEC5
Black with #A2CEC5
Text Example
Text Example
White with #A2CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEC5; }
p { color: rgb(162,206,197); }
H1.HeaderClassName
{
color: #A2CEC5;
}
.AnyTagClassName
{
color: #A2CEC5;
}
</style>
background-color css
<style>
a { background-color: #A2CEC5; }
a { background-color: rgb(162,206,197); }
div.DivClassName
{
background-color: #A2CEC5;
}
.BgClassName
{
background-color: #A2CEC5;
}
</style>
border-color css
<style>
span { border-color: #A2CEC5; }
span { border-color: rgb(162,206,197); }
td.TdClassName
{
border-color: #A2CEC5;
}
.TagClassName
{
border-color: #A2CEC5;
}
</style>