Shades of Sinbad #ADD0CC
Tints of Sinbad #ADD0CC
RGB
CMYK
RGB Variations
Color information
#ADD0CC (or 0xADD0CC) is known color: Sinbad. HEX triplet: AD, D0 and CC. RGB value is (173,208,204). Sum of RGB (Red+Green+Blue) = 173+208+204=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0CC is #522F33. Grayscale: #C5C5C5. Windows color (decimal): -5386036 or 13422765. OLE color: 13422765.
HSL color Cylindrical-coordinate representation of color #ADD0CC: hue angle of 173.14º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0CC is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 204 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.18 |
| HSL | 173.14º | 0.27% | 0.75% | - |
| HSV(B) | 173.14º | 0.17% | 0.82% | - |
| XYZ | 50.69 | 58.36 | 65.72 | - |
| YUV | 197.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 204 | 0.17 | 0 | 0.02 | 0.18 | 173.14 | 0.27 | 0.75 |
| Hex | AD | D0 | CC | 11 | 0 | 2 | 12 | AD | 1B | 4B |
| Octal | 255 | 320 | 314 | 21 | 0 | 2 | 22 | 255 | 33 | 113 |
| Binary | 10101101 | 11010000 | 11001100 | 10001 | 0 | 10 | 10010 | 10101101 | 11011 | 1001011 |
Color Harmonies of #ADD0CC
Complementary color
Monochromatic Colors of #ADD0CC
Black with #ADD0CC
Text Example
Text Example
White with #ADD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0CC; }
p { color: rgb(173,208,204); }
H1.HeaderClassName
{
color: #ADD0CC;
}
.AnyTagClassName
{
color: #ADD0CC;
}
</style>
background-color css
<style>
a { background-color: #ADD0CC; }
a { background-color: rgb(173,208,204); }
div.DivClassName
{
background-color: #ADD0CC;
}
.BgClassName
{
background-color: #ADD0CC;
}
</style>
border-color css
<style>
span { border-color: #ADD0CC; }
span { border-color: rgb(173,208,204); }
td.TdClassName
{
border-color: #ADD0CC;
}
.TagClassName
{
border-color: #ADD0CC;
}
</style>