Shades of Sinbad #ADD4D0
Tints of Sinbad #ADD4D0
RGB
CMYK
RGB Variations
Color information
#ADD4D0 (or 0xADD4D0) is known color: Sinbad. HEX triplet: AD, D4 and D0. RGB value is (173,212,208). Sum of RGB (Red+Green+Blue) = 173+212+208=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4D0 is #522B2F. Grayscale: #C7C7C7. Windows color (decimal): -5385008 or 13685933. OLE color: 13685933.
HSL color Cylindrical-coordinate representation of color #ADD4D0: hue angle of 173.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4D0 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 208 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.17 |
| HSL | 173.85º | 0.31% | 0.75% | - |
| HSV(B) | 173.85º | 0.18% | 0.83% | - |
| XYZ | 52.16 | 60.53 | 68.61 | - |
| YUV | 199.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 208 | 0.18 | 0 | 0.02 | 0.17 | 173.85 | 0.31 | 0.75 |
| Hex | AD | D4 | D0 | 12 | 0 | 2 | 11 | AE | 1F | 4B |
| Octal | 255 | 324 | 320 | 22 | 0 | 2 | 21 | 256 | 37 | 113 |
| Binary | 10101101 | 11010100 | 11010000 | 10010 | 0 | 10 | 10001 | 10101110 | 11111 | 1001011 |
Color Harmonies of #ADD4D0
Complementary color
Monochromatic Colors of #ADD4D0
Black with #ADD4D0
Text Example
Text Example
White with #ADD4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4D0; }
p { color: rgb(173,212,208); }
H1.HeaderClassName
{
color: #ADD4D0;
}
.AnyTagClassName
{
color: #ADD4D0;
}
</style>
background-color css
<style>
a { background-color: #ADD4D0; }
a { background-color: rgb(173,212,208); }
div.DivClassName
{
background-color: #ADD4D0;
}
.BgClassName
{
background-color: #ADD4D0;
}
</style>
border-color css
<style>
span { border-color: #ADD4D0; }
span { border-color: rgb(173,212,208); }
td.TdClassName
{
border-color: #ADD4D0;
}
.TagClassName
{
border-color: #ADD4D0;
}
</style>