Shades of Sinbad #ADD5D1
Tints of Sinbad #ADD5D1
RGB
CMYK
RGB Variations
Color information
#ADD5D1 (or 0xADD5D1) is known color: Sinbad. HEX triplet: AD, D5 and D1. RGB value is (173,213,209). Sum of RGB (Red+Green+Blue) = 173+213+209=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5D1 is #522A2E. Grayscale: #C8C8C8. Windows color (decimal): -5384751 or 13751725. OLE color: 13751725.
HSL color Cylindrical-coordinate representation of color #ADD5D1: hue angle of 174º degrees, saturation: 0.32, 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 #ADD5D1 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 209 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.16 |
| HSL | 174º | 0.32% | 0.76% | - |
| HSV(B) | 174º | 0.19% | 0.84% | - |
| XYZ | 52.54 | 61.08 | 69.34 | - |
| YUV | 200.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 209 | 0.19 | 0 | 0.02 | 0.16 | 174 | 0.32 | 0.76 |
| Hex | AD | D5 | D1 | 13 | 0 | 2 | 10 | AE | 20 | 4C |
| Octal | 255 | 325 | 321 | 23 | 0 | 2 | 20 | 256 | 40 | 114 |
| Binary | 10101101 | 11010101 | 11010001 | 10011 | 0 | 10 | 10000 | 10101110 | 100000 | 1001100 |
Color Harmonies of #ADD5D1
Complementary color
Monochromatic Colors of #ADD5D1
Black with #ADD5D1
Text Example
Text Example
White with #ADD5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD5D1; }
p { color: rgb(173,213,209); }
H1.HeaderClassName
{
color: #ADD5D1;
}
.AnyTagClassName
{
color: #ADD5D1;
}
</style>
background-color css
<style>
a { background-color: #ADD5D1; }
a { background-color: rgb(173,213,209); }
div.DivClassName
{
background-color: #ADD5D1;
}
.BgClassName
{
background-color: #ADD5D1;
}
</style>
border-color css
<style>
span { border-color: #ADD5D1; }
span { border-color: rgb(173,213,209); }
td.TdClassName
{
border-color: #ADD5D1;
}
.TagClassName
{
border-color: #ADD5D1;
}
</style>