Shades of Sinbad #ADD7D5
Tints of Sinbad #ADD7D5
RGB
CMYK
RGB Variations
Color information
#ADD7D5 (or 0xADD7D5) is known color: Sinbad. HEX triplet: AD, D7 and D5. RGB value is (173,215,213). Sum of RGB (Red+Green+Blue) = 173+215+213=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7D5 is #52282A. Grayscale: #CACACA. Windows color (decimal): -5384235 or 14014381. OLE color: 14014381.
HSL color Cylindrical-coordinate representation of color #ADD7D5: hue angle of 177.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7D5 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 213 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.16 |
| HSL | 177.14º | 0.34% | 0.76% | - |
| HSV(B) | 177.14º | 0.2% | 0.84% | - |
| XYZ | 53.54 | 62.29 | 72.15 | - |
| YUV | 202.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 213 | 0.20 | 0 | 0.01 | 0.16 | 177.14 | 0.34 | 0.76 |
| Hex | AD | D7 | D5 | 14 | 0 | 1 | 10 | B1 | 22 | 4C |
| Octal | 255 | 327 | 325 | 24 | 0 | 1 | 20 | 261 | 42 | 114 |
| Binary | 10101101 | 11010111 | 11010101 | 10100 | 0 | 1 | 10000 | 10110001 | 100010 | 1001100 |
Color Harmonies of #ADD7D5
Complementary color
Monochromatic Colors of #ADD7D5
Black with #ADD7D5
Text Example
Text Example
White with #ADD7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7D5; }
p { color: rgb(173,215,213); }
H1.HeaderClassName
{
color: #ADD7D5;
}
.AnyTagClassName
{
color: #ADD7D5;
}
</style>
background-color css
<style>
a { background-color: #ADD7D5; }
a { background-color: rgb(173,215,213); }
div.DivClassName
{
background-color: #ADD7D5;
}
.BgClassName
{
background-color: #ADD7D5;
}
</style>
border-color css
<style>
span { border-color: #ADD7D5; }
span { border-color: rgb(173,215,213); }
td.TdClassName
{
border-color: #ADD7D5;
}
.TagClassName
{
border-color: #ADD7D5;
}
</style>