Shades of Riptide #9BD6C2
Tints of Riptide #9BD6C2
RGB
CMYK
RGB Variations
Color information
#9BD6C2 (or 0x9BD6C2) is known color: Riptide. HEX triplet: 9B, D6 and C2. RGB value is (155,214,194). Sum of RGB (Red+Green+Blue) = 155+214+194=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD6C2 is #64293D. Grayscale: #C2C2C2. Windows color (decimal): -6564158 or 12768923. OLE color: 12768923.
HSL color Cylindrical-coordinate representation of color #9BD6C2: hue angle of 159.66º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD6C2 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 194 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.16 |
| HSL | 159.66º | 0.42% | 0.72% | - |
| HSV(B) | 159.66º | 0.28% | 0.84% | - |
| XYZ | 47.3 | 58.96 | 59.93 | - |
| YUV | 194.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 194 | 0.28 | 0 | 0.09 | 0.16 | 159.66 | 0.42 | 0.72 |
| Hex | 9B | D6 | C2 | 1C | 0 | 9 | 10 | A0 | 2A | 48 |
| Octal | 233 | 326 | 302 | 34 | 0 | 11 | 20 | 240 | 52 | 110 |
| Binary | 10011011 | 11010110 | 11000010 | 11100 | 0 | 1001 | 10000 | 10100000 | 101010 | 1001000 |
Color Harmonies of #9BD6C2
Complementary color
Monochromatic Colors of #9BD6C2
Black with #9BD6C2
Text Example
Text Example
White with #9BD6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD6C2; }
p { color: rgb(155,214,194); }
H1.HeaderClassName
{
color: #9BD6C2;
}
.AnyTagClassName
{
color: #9BD6C2;
}
</style>
background-color css
<style>
a { background-color: #9BD6C2; }
a { background-color: rgb(155,214,194); }
div.DivClassName
{
background-color: #9BD6C2;
}
.BgClassName
{
background-color: #9BD6C2;
}
</style>
border-color css
<style>
span { border-color: #9BD6C2; }
span { border-color: rgb(155,214,194); }
td.TdClassName
{
border-color: #9BD6C2;
}
.TagClassName
{
border-color: #9BD6C2;
}
</style>