Shades of Riptide #99D6C2
Tints of Riptide #99D6C2
RGB
CMYK
RGB Variations
Color information
#99D6C2 (or 0x99D6C2) is known color: Riptide. HEX triplet: 99, D6 and C2. RGB value is (153,214,194). Sum of RGB (Red+Green+Blue) = 153+214+194=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #99D6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D6C2 is #66293D. Grayscale: #C1C1C1. Windows color (decimal): -6695230 or 12768921. OLE color: 12768921.
HSL color Cylindrical-coordinate representation of color #99D6C2: hue angle of 160.33º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D6C2 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 194 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.16 |
| HSL | 160.33º | 0.43% | 0.72% | - |
| HSV(B) | 160.33º | 0.29% | 0.84% | - |
| XYZ | 46.92 | 58.76 | 59.91 | - |
| YUV | 193.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 194 | 0.29 | 0 | 0.09 | 0.16 | 160.33 | 0.43 | 0.72 |
| Hex | 99 | D6 | C2 | 1D | 0 | 9 | 10 | A0 | 2B | 48 |
| Octal | 231 | 326 | 302 | 35 | 0 | 11 | 20 | 240 | 53 | 110 |
| Binary | 10011001 | 11010110 | 11000010 | 11101 | 0 | 1001 | 10000 | 10100000 | 101011 | 1001000 |
Color Harmonies of #99D6C2
Complementary color
Monochromatic Colors of #99D6C2
Black with #99D6C2
Text Example
Text Example
White with #99D6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D6C2; }
p { color: rgb(153,214,194); }
H1.HeaderClassName
{
color: #99D6C2;
}
.AnyTagClassName
{
color: #99D6C2;
}
</style>
background-color css
<style>
a { background-color: #99D6C2; }
a { background-color: rgb(153,214,194); }
div.DivClassName
{
background-color: #99D6C2;
}
.BgClassName
{
background-color: #99D6C2;
}
</style>
border-color css
<style>
span { border-color: #99D6C2; }
span { border-color: rgb(153,214,194); }
td.TdClassName
{
border-color: #99D6C2;
}
.TagClassName
{
border-color: #99D6C2;
}
</style>