Shades of Sinbad #A2CAC5
Tints of Sinbad #A2CAC5
RGB
CMYK
RGB Variations
Color information
#A2CAC5 (or 0xA2CAC5) is known color: Sinbad. HEX triplet: A2, CA and C5. RGB value is (162,202,197). Sum of RGB (Red+Green+Blue) = 162+202+197=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CAC5 is #5D353A. Grayscale: #BDBDBD. Windows color (decimal): -6108475 or 12962466. OLE color: 12962466.
HSL color Cylindrical-coordinate representation of color #A2CAC5: hue angle of 172.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CAC5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 197 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.21 |
| HSL | 172.5º | 0.27% | 0.71% | - |
| HSV(B) | 172.5º | 0.2% | 0.79% | - |
| XYZ | 46.1 | 53.95 | 60.81 | - |
| YUV | 189.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 197 | 0.20 | 0 | 0.02 | 0.21 | 172.5 | 0.27 | 0.71 |
| Hex | A2 | CA | C5 | 14 | 0 | 2 | 15 | AC | 1B | 47 |
| Octal | 242 | 312 | 305 | 24 | 0 | 2 | 25 | 254 | 33 | 107 |
| Binary | 10100010 | 11001010 | 11000101 | 10100 | 0 | 10 | 10101 | 10101100 | 11011 | 1000111 |
Color Harmonies of #A2CAC5
Complementary color
Monochromatic Colors of #A2CAC5
Black with #A2CAC5
Text Example
Text Example
White with #A2CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CAC5; }
p { color: rgb(162,202,197); }
H1.HeaderClassName
{
color: #A2CAC5;
}
.AnyTagClassName
{
color: #A2CAC5;
}
</style>
background-color css
<style>
a { background-color: #A2CAC5; }
a { background-color: rgb(162,202,197); }
div.DivClassName
{
background-color: #A2CAC5;
}
.BgClassName
{
background-color: #A2CAC5;
}
</style>
border-color css
<style>
span { border-color: #A2CAC5; }
span { border-color: rgb(162,202,197); }
td.TdClassName
{
border-color: #A2CAC5;
}
.TagClassName
{
border-color: #A2CAC5;
}
</style>