Shades of Sinbad #A1D8D4
Tints of Sinbad #A1D8D4
RGB
CMYK
RGB Variations
Color information
#A1D8D4 (or 0xA1D8D4) is known color: Sinbad. HEX triplet: A1, D8 and D4. RGB value is (161,216,212). Sum of RGB (Red+Green+Blue) = 161+216+212=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8D4 is #5E272B. Grayscale: #C7C7C7. Windows color (decimal): -6170412 or 13949089. OLE color: 13949089.
HSL color Cylindrical-coordinate representation of color #A1D8D4: hue angle of 175.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8D4 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 212 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.15 |
| HSL | 175.64º | 0.41% | 0.74% | - |
| HSV(B) | 175.64º | 0.25% | 0.85% | - |
| XYZ | 51.14 | 61.44 | 71.45 | - |
| YUV | 199.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 212 | 0.25 | 0 | 0.02 | 0.15 | 175.64 | 0.41 | 0.74 |
| Hex | A1 | D8 | D4 | 19 | 0 | 2 | F | B0 | 29 | 4A |
| Octal | 241 | 330 | 324 | 31 | 0 | 2 | 17 | 260 | 51 | 112 |
| Binary | 10100001 | 11011000 | 11010100 | 11001 | 0 | 10 | 1111 | 10110000 | 101001 | 1001010 |
Color Harmonies of #A1D8D4
Complementary color
Monochromatic Colors of #A1D8D4
Black with #A1D8D4
Text Example
Text Example
White with #A1D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8D4; }
p { color: rgb(161,216,212); }
H1.HeaderClassName
{
color: #A1D8D4;
}
.AnyTagClassName
{
color: #A1D8D4;
}
</style>
background-color css
<style>
a { background-color: #A1D8D4; }
a { background-color: rgb(161,216,212); }
div.DivClassName
{
background-color: #A1D8D4;
}
.BgClassName
{
background-color: #A1D8D4;
}
</style>
border-color css
<style>
span { border-color: #A1D8D4; }
span { border-color: rgb(161,216,212); }
td.TdClassName
{
border-color: #A1D8D4;
}
.TagClassName
{
border-color: #A1D8D4;
}
</style>