Shades of Sinbad #A8D7D2
Tints of Sinbad #A8D7D2
RGB
CMYK
RGB Variations
Color information
#A8D7D2 (or 0xA8D7D2) is known color: Sinbad. HEX triplet: A8, D7 and D2. RGB value is (168,215,210). Sum of RGB (Red+Green+Blue) = 168+215+210=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D7D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7D2 is #57282D. Grayscale: #C8C8C8. Windows color (decimal): -5711918 or 13817768. OLE color: 13817768.
HSL color Cylindrical-coordinate representation of color #A8D7D2: hue angle of 173.62º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8D7D2 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 210 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.16 |
| HSL | 173.62º | 0.37% | 0.75% | - |
| HSV(B) | 173.62º | 0.22% | 0.84% | - |
| XYZ | 52.08 | 61.58 | 70.11 | - |
| YUV | 200.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 210 | 0.22 | 0 | 0.02 | 0.16 | 173.62 | 0.37 | 0.75 |
| Hex | A8 | D7 | D2 | 16 | 0 | 2 | 10 | AE | 25 | 4B |
| Octal | 250 | 327 | 322 | 26 | 0 | 2 | 20 | 256 | 45 | 113 |
| Binary | 10101000 | 11010111 | 11010010 | 10110 | 0 | 10 | 10000 | 10101110 | 100101 | 1001011 |
Color Harmonies of #A8D7D2
Complementary color
Monochromatic Colors of #A8D7D2
Black with #A8D7D2
Text Example
Text Example
White with #A8D7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D7D2; }
p { color: rgb(168,215,210); }
H1.HeaderClassName
{
color: #A8D7D2;
}
.AnyTagClassName
{
color: #A8D7D2;
}
</style>
background-color css
<style>
a { background-color: #A8D7D2; }
a { background-color: rgb(168,215,210); }
div.DivClassName
{
background-color: #A8D7D2;
}
.BgClassName
{
background-color: #A8D7D2;
}
</style>
border-color css
<style>
span { border-color: #A8D7D2; }
span { border-color: rgb(168,215,210); }
td.TdClassName
{
border-color: #A8D7D2;
}
.TagClassName
{
border-color: #A8D7D2;
}
</style>