Shades of Sinbad #ADD6D5
Tints of Sinbad #ADD6D5
RGB
CMYK
RGB Variations
Color information
#ADD6D5 (or 0xADD6D5) is known color: Sinbad. HEX triplet: AD, D6 and D5. RGB value is (173,214,213). Sum of RGB (Red+Green+Blue) = 173+214+213=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6D5 is #52292A. Grayscale: #C9C9C9. Windows color (decimal): -5384491 or 14014125. OLE color: 14014125.
HSL color Cylindrical-coordinate representation of color #ADD6D5: hue angle of 178.54º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6D5 is Cyan = 0.19, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 213 | - |
| CMYK | 0.19 | 0 | 0.00 | 0.16 |
| HSL | 178.54º | 0.33% | 0.76% | - |
| HSV(B) | 178.54º | 0.19% | 0.84% | - |
| XYZ | 53.29 | 61.78 | 72.07 | - |
| YUV | 201.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 213 | 0.19 | 0 | 0.00 | 0.16 | 178.54 | 0.33 | 0.76 |
| Hex | AD | D6 | D5 | 13 | 0 | 0 | 10 | B3 | 21 | 4C |
| Octal | 255 | 326 | 325 | 23 | 0 | 0 | 20 | 263 | 41 | 114 |
| Binary | 10101101 | 11010110 | 11010101 | 10011 | 0 | 0 | 10000 | 10110011 | 100001 | 1001100 |
Color Harmonies of #ADD6D5
Complementary color
Monochromatic Colors of #ADD6D5
Black with #ADD6D5
Text Example
Text Example
White with #ADD6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6D5; }
p { color: rgb(173,214,213); }
H1.HeaderClassName
{
color: #ADD6D5;
}
.AnyTagClassName
{
color: #ADD6D5;
}
</style>
background-color css
<style>
a { background-color: #ADD6D5; }
a { background-color: rgb(173,214,213); }
div.DivClassName
{
background-color: #ADD6D5;
}
.BgClassName
{
background-color: #ADD6D5;
}
</style>
border-color css
<style>
span { border-color: #ADD6D5; }
span { border-color: rgb(173,214,213); }
td.TdClassName
{
border-color: #ADD6D5;
}
.TagClassName
{
border-color: #ADD6D5;
}
</style>