Shades of Sinbad #A5D2CD
Tints of Sinbad #A5D2CD
RGB
CMYK
RGB Variations
Color information
#A5D2CD (or 0xA5D2CD) is known color: Sinbad. HEX triplet: A5, D2 and CD. RGB value is (165,210,205). Sum of RGB (Red+Green+Blue) = 165+210+205=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #A5D2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D2CD is #5A2D32. Grayscale: #C3C3C3. Windows color (decimal): -5909811 or 13488805. OLE color: 13488805.
HSL color Cylindrical-coordinate representation of color #A5D2CD: hue angle of 173.33º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D2CD is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 210 | 205 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.18 |
| HSL | 173.33º | 0.33% | 0.74% | - |
| HSV(B) | 173.33º | 0.21% | 0.82% | - |
| XYZ | 49.58 | 58.5 | 66.44 | - |
| YUV | 195.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 205 | 0.21 | 0 | 0.02 | 0.18 | 173.33 | 0.33 | 0.74 |
| Hex | A5 | D2 | CD | 15 | 0 | 2 | 12 | AD | 21 | 4A |
| Octal | 245 | 322 | 315 | 25 | 0 | 2 | 22 | 255 | 41 | 112 |
| Binary | 10100101 | 11010010 | 11001101 | 10101 | 0 | 10 | 10010 | 10101101 | 100001 | 1001010 |
Color Harmonies of #A5D2CD
Complementary color
Monochromatic Colors of #A5D2CD
Black with #A5D2CD
Text Example
Text Example
White with #A5D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D2CD; }
p { color: rgb(165,210,205); }
H1.HeaderClassName
{
color: #A5D2CD;
}
.AnyTagClassName
{
color: #A5D2CD;
}
</style>
background-color css
<style>
a { background-color: #A5D2CD; }
a { background-color: rgb(165,210,205); }
div.DivClassName
{
background-color: #A5D2CD;
}
.BgClassName
{
background-color: #A5D2CD;
}
</style>
border-color css
<style>
span { border-color: #A5D2CD; }
span { border-color: rgb(165,210,205); }
td.TdClassName
{
border-color: #A5D2CD;
}
.TagClassName
{
border-color: #A5D2CD;
}
</style>