Shades of Sinbad #A3D7D0
Tints of Sinbad #A3D7D0
RGB
CMYK
RGB Variations
Color information
#A3D7D0 (or 0xA3D7D0) is known color: Sinbad. HEX triplet: A3, D7 and D0. RGB value is (163,215,208). Sum of RGB (Red+Green+Blue) = 163+215+208=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D7D0 is #5C282F. Grayscale: #C6C6C6. Windows color (decimal): -6039600 or 13686691. OLE color: 13686691.
HSL color Cylindrical-coordinate representation of color #A3D7D0: hue angle of 171.92º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D7D0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 215 | 208 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.16 |
| HSL | 171.92º | 0.39% | 0.74% | - |
| HSV(B) | 171.92º | 0.24% | 0.84% | - |
| XYZ | 50.79 | 60.94 | 68.76 | - |
| YUV | 198.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 215 | 208 | 0.24 | 0 | 0.03 | 0.16 | 171.92 | 0.39 | 0.74 |
| Hex | A3 | D7 | D0 | 18 | 0 | 3 | 10 | AC | 27 | 4A |
| Octal | 243 | 327 | 320 | 30 | 0 | 3 | 20 | 254 | 47 | 112 |
| Binary | 10100011 | 11010111 | 11010000 | 11000 | 0 | 11 | 10000 | 10101100 | 100111 | 1001010 |
Color Harmonies of #A3D7D0
Complementary color
Monochromatic Colors of #A3D7D0
Black with #A3D7D0
Text Example
Text Example
White with #A3D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D7D0; }
p { color: rgb(163,215,208); }
H1.HeaderClassName
{
color: #A3D7D0;
}
.AnyTagClassName
{
color: #A3D7D0;
}
</style>
background-color css
<style>
a { background-color: #A3D7D0; }
a { background-color: rgb(163,215,208); }
div.DivClassName
{
background-color: #A3D7D0;
}
.BgClassName
{
background-color: #A3D7D0;
}
</style>
border-color css
<style>
span { border-color: #A3D7D0; }
span { border-color: rgb(163,215,208); }
td.TdClassName
{
border-color: #A3D7D0;
}
.TagClassName
{
border-color: #A3D7D0;
}
</style>