Shades of Sinbad #ADD2D1
Tints of Sinbad #ADD2D1
RGB
CMYK
RGB Variations
Color information
#ADD2D1 (or 0xADD2D1) is known color: Sinbad. HEX triplet: AD, D2 and D1. RGB value is (173,210,209). Sum of RGB (Red+Green+Blue) = 173+210+209=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2D1 is #522D2E. Grayscale: #C6C6C6. Windows color (decimal): -5385519 or 13750957. OLE color: 13750957.
HSL color Cylindrical-coordinate representation of color #ADD2D1: hue angle of 178.38º 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 #ADD2D1 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 209 | - |
| CMYK | 0.18 | 0 | 0.00 | 0.18 |
| HSL | 178.38º | 0.29% | 0.75% | - |
| HSV(B) | 178.38º | 0.18% | 0.82% | - |
| XYZ | 51.79 | 59.58 | 69.09 | - |
| YUV | 198.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 209 | 0.18 | 0 | 0.00 | 0.18 | 178.38 | 0.29 | 0.75 |
| Hex | AD | D2 | D1 | 12 | 0 | 0 | 12 | B2 | 1D | 4B |
| Octal | 255 | 322 | 321 | 22 | 0 | 0 | 22 | 262 | 35 | 113 |
| Binary | 10101101 | 11010010 | 11010001 | 10010 | 0 | 0 | 10010 | 10110010 | 11101 | 1001011 |
Color Harmonies of #ADD2D1
Complementary color
Monochromatic Colors of #ADD2D1
Black with #ADD2D1
Text Example
Text Example
White with #ADD2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2D1; }
p { color: rgb(173,210,209); }
H1.HeaderClassName
{
color: #ADD2D1;
}
.AnyTagClassName
{
color: #ADD2D1;
}
</style>
background-color css
<style>
a { background-color: #ADD2D1; }
a { background-color: rgb(173,210,209); }
div.DivClassName
{
background-color: #ADD2D1;
}
.BgClassName
{
background-color: #ADD2D1;
}
</style>
border-color css
<style>
span { border-color: #ADD2D1; }
span { border-color: rgb(173,210,209); }
td.TdClassName
{
border-color: #ADD2D1;
}
.TagClassName
{
border-color: #ADD2D1;
}
</style>