Shades of Sinbad #A2D2CE
Tints of Sinbad #A2D2CE
RGB
CMYK
RGB Variations
Color information
#A2D2CE (or 0xA2D2CE) is known color: Sinbad. HEX triplet: A2, D2 and CE. RGB value is (162,210,206). Sum of RGB (Red+Green+Blue) = 162+210+206=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D2CE is #5D2D31. Grayscale: #C3C3C3. Windows color (decimal): -6106418 or 13554338. OLE color: 13554338.
HSL color Cylindrical-coordinate representation of color #A2D2CE: hue angle of 175º 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 #A2D2CE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 206 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.18 |
| HSL | 175º | 0.35% | 0.73% | - |
| HSV(B) | 175º | 0.23% | 0.82% | - |
| XYZ | 49.09 | 58.23 | 67.05 | - |
| YUV | 195.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 206 | 0.23 | 0 | 0.02 | 0.18 | 175 | 0.35 | 0.73 |
| Hex | A2 | D2 | CE | 17 | 0 | 2 | 12 | AF | 23 | 49 |
| Octal | 242 | 322 | 316 | 27 | 0 | 2 | 22 | 257 | 43 | 111 |
| Binary | 10100010 | 11010010 | 11001110 | 10111 | 0 | 10 | 10010 | 10101111 | 100011 | 1001001 |
Color Harmonies of #A2D2CE
Complementary color
Monochromatic Colors of #A2D2CE
Black with #A2D2CE
Text Example
Text Example
White with #A2D2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2CE; }
p { color: rgb(162,210,206); }
H1.HeaderClassName
{
color: #A2D2CE;
}
.AnyTagClassName
{
color: #A2D2CE;
}
</style>
background-color css
<style>
a { background-color: #A2D2CE; }
a { background-color: rgb(162,210,206); }
div.DivClassName
{
background-color: #A2D2CE;
}
.BgClassName
{
background-color: #A2D2CE;
}
</style>
border-color css
<style>
span { border-color: #A2D2CE; }
span { border-color: rgb(162,210,206); }
td.TdClassName
{
border-color: #A2D2CE;
}
.TagClassName
{
border-color: #A2D2CE;
}
</style>