Shades of Sinbad #ADD2CD
Tints of Sinbad #ADD2CD
RGB
CMYK
RGB Variations
Color information
#ADD2CD (or 0xADD2CD) is known color: Sinbad. HEX triplet: AD, D2 and CD. RGB value is (173,210,205). Sum of RGB (Red+Green+Blue) = 173+210+205=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2CD is #522D32. Grayscale: #C6C6C6. Windows color (decimal): -5385523 or 13488813. OLE color: 13488813.
HSL color Cylindrical-coordinate representation of color #ADD2CD: hue angle of 171.89º 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 #ADD2CD is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 205 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.18 |
| HSL | 171.89º | 0.29% | 0.75% | - |
| HSV(B) | 171.89º | 0.18% | 0.82% | - |
| XYZ | 51.3 | 59.39 | 66.52 | - |
| YUV | 198.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 205 | 0.18 | 0 | 0.02 | 0.18 | 171.89 | 0.29 | 0.75 |
| Hex | AD | D2 | CD | 12 | 0 | 2 | 12 | AC | 1D | 4B |
| Octal | 255 | 322 | 315 | 22 | 0 | 2 | 22 | 254 | 35 | 113 |
| Binary | 10101101 | 11010010 | 11001101 | 10010 | 0 | 10 | 10010 | 10101100 | 11101 | 1001011 |
Color Harmonies of #ADD2CD
Complementary color
Monochromatic Colors of #ADD2CD
Black with #ADD2CD
Text Example
Text Example
White with #ADD2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2CD; }
p { color: rgb(173,210,205); }
H1.HeaderClassName
{
color: #ADD2CD;
}
.AnyTagClassName
{
color: #ADD2CD;
}
</style>
background-color css
<style>
a { background-color: #ADD2CD; }
a { background-color: rgb(173,210,205); }
div.DivClassName
{
background-color: #ADD2CD;
}
.BgClassName
{
background-color: #ADD2CD;
}
</style>
border-color css
<style>
span { border-color: #ADD2CD; }
span { border-color: rgb(173,210,205); }
td.TdClassName
{
border-color: #ADD2CD;
}
.TagClassName
{
border-color: #ADD2CD;
}
</style>