Shades of Sinbad #A2DAD2
Tints of Sinbad #A2DAD2
RGB
CMYK
RGB Variations
Color information
#A2DAD2 (or 0xA2DAD2) is known color: Sinbad. HEX triplet: A2, DA and D2. RGB value is (162,218,210). Sum of RGB (Red+Green+Blue) = 162+218+210=590 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.46% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DAD2 is #5D252D. Grayscale: #C8C8C8. Windows color (decimal): -6104366 or 13818530. OLE color: 13818530.
HSL color Cylindrical-coordinate representation of color #A2DAD2: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DAD2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 210 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.15 |
| HSL | 171.43º | 0.43% | 0.75% | - |
| HSV(B) | 171.43º | 0.26% | 0.85% | - |
| XYZ | 51.6 | 62.48 | 70.31 | - |
| YUV | 200.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 210 | 0.26 | 0 | 0.04 | 0.15 | 171.43 | 0.43 | 0.75 |
| Hex | A2 | DA | D2 | 1A | 0 | 4 | F | AB | 2B | 4B |
| Octal | 242 | 332 | 322 | 32 | 0 | 4 | 17 | 253 | 53 | 113 |
| Binary | 10100010 | 11011010 | 11010010 | 11010 | 0 | 100 | 1111 | 10101011 | 101011 | 1001011 |
Color Harmonies of #A2DAD2
Complementary color
Monochromatic Colors of #A2DAD2
Black with #A2DAD2
Text Example
Text Example
White with #A2DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAD2; }
p { color: rgb(162,218,210); }
H1.HeaderClassName
{
color: #A2DAD2;
}
.AnyTagClassName
{
color: #A2DAD2;
}
</style>
background-color css
<style>
a { background-color: #A2DAD2; }
a { background-color: rgb(162,218,210); }
div.DivClassName
{
background-color: #A2DAD2;
}
.BgClassName
{
background-color: #A2DAD2;
}
</style>
border-color css
<style>
span { border-color: #A2DAD2; }
span { border-color: rgb(162,218,210); }
td.TdClassName
{
border-color: #A2DAD2;
}
.TagClassName
{
border-color: #A2DAD2;
}
</style>