Shades of Sinbad #A4DAD2
Tints of Sinbad #A4DAD2
RGB
CMYK
RGB Variations
Color information
#A4DAD2 (or 0xA4DAD2) is known color: Sinbad. HEX triplet: A4, DA and D2. RGB value is (164,218,210). Sum of RGB (Red+Green+Blue) = 164+218+210=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DAD2 is #5B252D. Grayscale: #C8C8C8. Windows color (decimal): -5973294 or 13818532. OLE color: 13818532.
HSL color Cylindrical-coordinate representation of color #A4DAD2: hue angle of 171.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DAD2 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 210 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.15 |
| HSL | 171.11º | 0.42% | 0.75% | - |
| HSV(B) | 171.11º | 0.25% | 0.85% | - |
| XYZ | 52.01 | 62.69 | 70.33 | - |
| YUV | 200.94 | 133.11 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 210 | 0.25 | 0 | 0.04 | 0.15 | 171.11 | 0.42 | 0.75 |
| Hex | A4 | DA | D2 | 19 | 0 | 4 | F | AB | 2A | 4B |
| Octal | 244 | 332 | 322 | 31 | 0 | 4 | 17 | 253 | 52 | 113 |
| Binary | 10100100 | 11011010 | 11010010 | 11001 | 0 | 100 | 1111 | 10101011 | 101010 | 1001011 |
Color Harmonies of #A4DAD2
Complementary color
Monochromatic Colors of #A4DAD2
Black with #A4DAD2
Text Example
Text Example
White with #A4DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DAD2; }
p { color: rgb(164,218,210); }
H1.HeaderClassName
{
color: #A4DAD2;
}
.AnyTagClassName
{
color: #A4DAD2;
}
</style>
background-color css
<style>
a { background-color: #A4DAD2; }
a { background-color: rgb(164,218,210); }
div.DivClassName
{
background-color: #A4DAD2;
}
.BgClassName
{
background-color: #A4DAD2;
}
</style>
border-color css
<style>
span { border-color: #A4DAD2; }
span { border-color: rgb(164,218,210); }
td.TdClassName
{
border-color: #A4DAD2;
}
.TagClassName
{
border-color: #A4DAD2;
}
</style>