Shades of Sinbad #A2D0CA
Tints of Sinbad #A2D0CA
RGB
CMYK
RGB Variations
Color information
#A2D0CA (or 0xA2D0CA) is known color: Sinbad. HEX triplet: A2, D0 and CA. RGB value is (162,208,202). Sum of RGB (Red+Green+Blue) = 162+208+202=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0CA is #5D2F35. Grayscale: #C1C1C1. Windows color (decimal): -6106934 or 13291682. OLE color: 13291682.
HSL color Cylindrical-coordinate representation of color #A2D0CA: hue angle of 172.17º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D0CA is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 202 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.18 |
| HSL | 172.17º | 0.33% | 0.73% | - |
| HSV(B) | 172.17º | 0.22% | 0.82% | - |
| XYZ | 48.12 | 57.06 | 64.35 | - |
| YUV | 193.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 202 | 0.22 | 0 | 0.03 | 0.18 | 172.17 | 0.33 | 0.73 |
| Hex | A2 | D0 | CA | 16 | 0 | 3 | 12 | AC | 21 | 49 |
| Octal | 242 | 320 | 312 | 26 | 0 | 3 | 22 | 254 | 41 | 111 |
| Binary | 10100010 | 11010000 | 11001010 | 10110 | 0 | 11 | 10010 | 10101100 | 100001 | 1001001 |
Color Harmonies of #A2D0CA
Complementary color
Monochromatic Colors of #A2D0CA
Black with #A2D0CA
Text Example
Text Example
White with #A2D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D0CA; }
p { color: rgb(162,208,202); }
H1.HeaderClassName
{
color: #A2D0CA;
}
.AnyTagClassName
{
color: #A2D0CA;
}
</style>
background-color css
<style>
a { background-color: #A2D0CA; }
a { background-color: rgb(162,208,202); }
div.DivClassName
{
background-color: #A2D0CA;
}
.BgClassName
{
background-color: #A2D0CA;
}
</style>
border-color css
<style>
span { border-color: #A2D0CA; }
span { border-color: rgb(162,208,202); }
td.TdClassName
{
border-color: #A2D0CA;
}
.TagClassName
{
border-color: #A2D0CA;
}
</style>