Shades of Sinbad #ADD2D0
Tints of Sinbad #ADD2D0
RGB
CMYK
RGB Variations
Color information
#ADD2D0 (or 0xADD2D0) is known color: Sinbad. HEX triplet: AD, D2 and D0. RGB value is (173,210,208). Sum of RGB (Red+Green+Blue) = 173+210+208=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2D0 is #522D2F. Grayscale: #C6C6C6. Windows color (decimal): -5385520 or 13685421. OLE color: 13685421.
HSL color Cylindrical-coordinate representation of color #ADD2D0: hue angle of 176.76º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2D0 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 208 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.18 |
| HSL | 176.76º | 0.29% | 0.75% | - |
| HSV(B) | 176.76º | 0.18% | 0.82% | - |
| XYZ | 51.67 | 59.53 | 68.44 | - |
| YUV | 198.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 208 | 0.18 | 0 | 0.01 | 0.18 | 176.76 | 0.29 | 0.75 |
| Hex | AD | D2 | D0 | 12 | 0 | 1 | 12 | B1 | 1D | 4B |
| Octal | 255 | 322 | 320 | 22 | 0 | 1 | 22 | 261 | 35 | 113 |
| Binary | 10101101 | 11010010 | 11010000 | 10010 | 0 | 1 | 10010 | 10110001 | 11101 | 1001011 |
Color Harmonies of #ADD2D0
Complementary color
Monochromatic Colors of #ADD2D0
Black with #ADD2D0
Text Example
Text Example
White with #ADD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2D0; }
p { color: rgb(173,210,208); }
H1.HeaderClassName
{
color: #ADD2D0;
}
.AnyTagClassName
{
color: #ADD2D0;
}
</style>
background-color css
<style>
a { background-color: #ADD2D0; }
a { background-color: rgb(173,210,208); }
div.DivClassName
{
background-color: #ADD2D0;
}
.BgClassName
{
background-color: #ADD2D0;
}
</style>
border-color css
<style>
span { border-color: #ADD2D0; }
span { border-color: rgb(173,210,208); }
td.TdClassName
{
border-color: #ADD2D0;
}
.TagClassName
{
border-color: #ADD2D0;
}
</style>