Shades of Sinbad #A2DBD2
Tints of Sinbad #A2DBD2
RGB
CMYK
RGB Variations
Color information
#A2DBD2 (or 0xA2DBD2) is known color: Sinbad. HEX triplet: A2, DB and D2. RGB value is (162,219,210). Sum of RGB (Red+Green+Blue) = 162+219+210=591 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.41% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBD2 is #5D242D. Grayscale: #C8C8C8. Windows color (decimal): -6104110 or 13818786. OLE color: 13818786.
HSL color Cylindrical-coordinate representation of color #A2DBD2: hue angle of 170.53º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DBD2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 219 | 210 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.14 |
| HSL | 170.53º | 0.44% | 0.75% | - |
| HSV(B) | 170.53º | 0.26% | 0.86% | - |
| XYZ | 51.86 | 63 | 70.4 | - |
| YUV | 200.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 210 | 0.26 | 0 | 0.04 | 0.14 | 170.53 | 0.44 | 0.75 |
| Hex | A2 | DB | D2 | 1A | 0 | 4 | E | AB | 2C | 4B |
| Octal | 242 | 333 | 322 | 32 | 0 | 4 | 16 | 253 | 54 | 113 |
| Binary | 10100010 | 11011011 | 11010010 | 11010 | 0 | 100 | 1110 | 10101011 | 101100 | 1001011 |
Color Harmonies of #A2DBD2
Complementary color
Monochromatic Colors of #A2DBD2
Black with #A2DBD2
Text Example
Text Example
White with #A2DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBD2; }
p { color: rgb(162,219,210); }
H1.HeaderClassName
{
color: #A2DBD2;
}
.AnyTagClassName
{
color: #A2DBD2;
}
</style>
background-color css
<style>
a { background-color: #A2DBD2; }
a { background-color: rgb(162,219,210); }
div.DivClassName
{
background-color: #A2DBD2;
}
.BgClassName
{
background-color: #A2DBD2;
}
</style>
border-color css
<style>
span { border-color: #A2DBD2; }
span { border-color: rgb(162,219,210); }
td.TdClassName
{
border-color: #A2DBD2;
}
.TagClassName
{
border-color: #A2DBD2;
}
</style>