Shades of Sinbad #9CD6CA
Tints of Sinbad #9CD6CA
RGB
CMYK
RGB Variations
Color information
#9CD6CA (or 0x9CD6CA) is known color: Sinbad. HEX triplet: 9C, D6 and CA. RGB value is (156,214,202). Sum of RGB (Red+Green+Blue) = 156+214+202=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 214 (83.98% from 255 or 37.41% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD6CA is #632935. Grayscale: #C3C3C3. Windows color (decimal): -6498614 or 13293212. OLE color: 13293212.
HSL color Cylindrical-coordinate representation of color #9CD6CA: hue angle of 167.59º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD6CA is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 214 | 202 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.16 |
| HSL | 167.59º | 0.41% | 0.73% | - |
| HSV(B) | 167.59º | 0.27% | 0.84% | - |
| XYZ | 48.42 | 59.43 | 64.8 | - |
| YUV | 195.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 214 | 202 | 0.27 | 0 | 0.06 | 0.16 | 167.59 | 0.41 | 0.73 |
| Hex | 9C | D6 | CA | 1B | 0 | 6 | 10 | A8 | 29 | 49 |
| Octal | 234 | 326 | 312 | 33 | 0 | 6 | 20 | 250 | 51 | 111 |
| Binary | 10011100 | 11010110 | 11001010 | 11011 | 0 | 110 | 10000 | 10101000 | 101001 | 1001001 |
Color Harmonies of #9CD6CA
Complementary color
Monochromatic Colors of #9CD6CA
Black with #9CD6CA
Text Example
Text Example
White with #9CD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD6CA; }
p { color: rgb(156,214,202); }
H1.HeaderClassName
{
color: #9CD6CA;
}
.AnyTagClassName
{
color: #9CD6CA;
}
</style>
background-color css
<style>
a { background-color: #9CD6CA; }
a { background-color: rgb(156,214,202); }
div.DivClassName
{
background-color: #9CD6CA;
}
.BgClassName
{
background-color: #9CD6CA;
}
</style>
border-color css
<style>
span { border-color: #9CD6CA; }
span { border-color: rgb(156,214,202); }
td.TdClassName
{
border-color: #9CD6CA;
}
.TagClassName
{
border-color: #9CD6CA;
}
</style>