Shades of Sinbad #A1DAD4
Tints of Sinbad #A1DAD4
RGB
CMYK
RGB Variations
Color information
#A1DAD4 (or 0xA1DAD4) is known color: Sinbad. HEX triplet: A1, DA and D4. RGB value is (161,218,212). Sum of RGB (Red+Green+Blue) = 161+218+212=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DAD4 is #5E252B. Grayscale: #C8C8C8. Windows color (decimal): -6169900 or 13949601. OLE color: 13949601.
HSL color Cylindrical-coordinate representation of color #A1DAD4: hue angle of 173.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAD4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 212 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.15 |
| HSL | 173.68º | 0.44% | 0.74% | - |
| HSV(B) | 173.68º | 0.26% | 0.85% | - |
| XYZ | 51.65 | 62.47 | 71.62 | - |
| YUV | 200.27 | 134.62 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 212 | 0.26 | 0 | 0.03 | 0.15 | 173.68 | 0.44 | 0.74 |
| Hex | A1 | DA | D4 | 1A | 0 | 3 | F | AE | 2C | 4A |
| Octal | 241 | 332 | 324 | 32 | 0 | 3 | 17 | 256 | 54 | 112 |
| Binary | 10100001 | 11011010 | 11010100 | 11010 | 0 | 11 | 1111 | 10101110 | 101100 | 1001010 |
Color Harmonies of #A1DAD4
Complementary color
Monochromatic Colors of #A1DAD4
Black with #A1DAD4
Text Example
Text Example
White with #A1DAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAD4; }
p { color: rgb(161,218,212); }
H1.HeaderClassName
{
color: #A1DAD4;
}
.AnyTagClassName
{
color: #A1DAD4;
}
</style>
background-color css
<style>
a { background-color: #A1DAD4; }
a { background-color: rgb(161,218,212); }
div.DivClassName
{
background-color: #A1DAD4;
}
.BgClassName
{
background-color: #A1DAD4;
}
</style>
border-color css
<style>
span { border-color: #A1DAD4; }
span { border-color: rgb(161,218,212); }
td.TdClassName
{
border-color: #A1DAD4;
}
.TagClassName
{
border-color: #A1DAD4;
}
</style>