Shades of Sinbad #A2D2CC
Tints of Sinbad #A2D2CC
RGB
CMYK
RGB Variations
Color information
#A2D2CC (or 0xA2D2CC) is known color: Sinbad. HEX triplet: A2, D2 and CC. RGB value is (162,210,204). Sum of RGB (Red+Green+Blue) = 162+210+204=576 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.12% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D2CC is #5D2D33. Grayscale: #C2C2C2. Windows color (decimal): -6106420 or 13423266. OLE color: 13423266.
HSL color Cylindrical-coordinate representation of color #A2D2CC: hue angle of 172.5º 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 #A2D2CC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 204 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.18 |
| HSL | 172.5º | 0.35% | 0.73% | - |
| HSV(B) | 172.5º | 0.23% | 0.82% | - |
| XYZ | 48.85 | 58.13 | 65.77 | - |
| YUV | 194.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 204 | 0.23 | 0 | 0.03 | 0.18 | 172.5 | 0.35 | 0.73 |
| Hex | A2 | D2 | CC | 17 | 0 | 3 | 12 | AC | 23 | 49 |
| Octal | 242 | 322 | 314 | 27 | 0 | 3 | 22 | 254 | 43 | 111 |
| Binary | 10100010 | 11010010 | 11001100 | 10111 | 0 | 11 | 10010 | 10101100 | 100011 | 1001001 |
Color Harmonies of #A2D2CC
Complementary color
Monochromatic Colors of #A2D2CC
Black with #A2D2CC
Text Example
Text Example
White with #A2D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2CC; }
p { color: rgb(162,210,204); }
H1.HeaderClassName
{
color: #A2D2CC;
}
.AnyTagClassName
{
color: #A2D2CC;
}
</style>
background-color css
<style>
a { background-color: #A2D2CC; }
a { background-color: rgb(162,210,204); }
div.DivClassName
{
background-color: #A2D2CC;
}
.BgClassName
{
background-color: #A2D2CC;
}
</style>
border-color css
<style>
span { border-color: #A2D2CC; }
span { border-color: rgb(162,210,204); }
td.TdClassName
{
border-color: #A2D2CC;
}
.TagClassName
{
border-color: #A2D2CC;
}
</style>