Shades of Sinbad #A2D2CB
Tints of Sinbad #A2D2CB
RGB
CMYK
RGB Variations
Color information
#A2D2CB (or 0xA2D2CB) is known color: Sinbad. HEX triplet: A2, D2 and CB. RGB value is (162,210,203). Sum of RGB (Red+Green+Blue) = 162+210+203=575 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.17% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D2CB is #5D2D34. Grayscale: #C2C2C2. Windows color (decimal): -6106421 or 13357730. OLE color: 13357730.
HSL color Cylindrical-coordinate representation of color #A2D2CB: hue angle of 171.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D2CB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 203 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.18 |
| HSL | 171.25º | 0.35% | 0.73% | - |
| HSV(B) | 171.25º | 0.23% | 0.82% | - |
| XYZ | 48.73 | 58.09 | 65.14 | - |
| YUV | 194.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 203 | 0.23 | 0 | 0.03 | 0.18 | 171.25 | 0.35 | 0.73 |
| Hex | A2 | D2 | CB | 17 | 0 | 3 | 12 | AB | 23 | 49 |
| Octal | 242 | 322 | 313 | 27 | 0 | 3 | 22 | 253 | 43 | 111 |
| Binary | 10100010 | 11010010 | 11001011 | 10111 | 0 | 11 | 10010 | 10101011 | 100011 | 1001001 |
Color Harmonies of #A2D2CB
Complementary color
Monochromatic Colors of #A2D2CB
Black with #A2D2CB
Text Example
Text Example
White with #A2D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2CB; }
p { color: rgb(162,210,203); }
H1.HeaderClassName
{
color: #A2D2CB;
}
.AnyTagClassName
{
color: #A2D2CB;
}
</style>
background-color css
<style>
a { background-color: #A2D2CB; }
a { background-color: rgb(162,210,203); }
div.DivClassName
{
background-color: #A2D2CB;
}
.BgClassName
{
background-color: #A2D2CB;
}
</style>
border-color css
<style>
span { border-color: #A2D2CB; }
span { border-color: rgb(162,210,203); }
td.TdClassName
{
border-color: #A2D2CB;
}
.TagClassName
{
border-color: #A2D2CB;
}
</style>