Shades of Riptide #99DDC9
Tints of Riptide #99DDC9
RGB
CMYK
RGB Variations
Color information
#99DDC9 (or 0x99DDC9) is known color: Riptide. HEX triplet: 99, DD and C9. RGB value is (153,221,201). Sum of RGB (Red+Green+Blue) = 153+221+201=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 221 (86.72% from 255 or 38.43% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDC9 is #662236. Grayscale: #C6C6C6. Windows color (decimal): -6693431 or 13229465. OLE color: 13229465.
HSL color Cylindrical-coordinate representation of color #99DDC9: hue angle of 162.35º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDC9 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 201 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.13 |
| HSL | 162.35º | 0.5% | 0.73% | - |
| HSV(B) | 162.35º | 0.31% | 0.87% | - |
| XYZ | 49.54 | 62.7 | 64.75 | - |
| YUV | 198.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 201 | 0.31 | 0 | 0.09 | 0.13 | 162.35 | 0.5 | 0.73 |
| Hex | 99 | DD | C9 | 1F | 0 | 9 | D | A2 | 32 | 49 |
| Octal | 231 | 335 | 311 | 37 | 0 | 11 | 15 | 242 | 62 | 111 |
| Binary | 10011001 | 11011101 | 11001001 | 11111 | 0 | 1001 | 1101 | 10100010 | 110010 | 1001001 |
Color Harmonies of #99DDC9
Complementary color
Monochromatic Colors of #99DDC9
Black with #99DDC9
Text Example
Text Example
White with #99DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDC9; }
p { color: rgb(153,221,201); }
H1.HeaderClassName
{
color: #99DDC9;
}
.AnyTagClassName
{
color: #99DDC9;
}
</style>
background-color css
<style>
a { background-color: #99DDC9; }
a { background-color: rgb(153,221,201); }
div.DivClassName
{
background-color: #99DDC9;
}
.BgClassName
{
background-color: #99DDC9;
}
</style>
border-color css
<style>
span { border-color: #99DDC9; }
span { border-color: rgb(153,221,201); }
td.TdClassName
{
border-color: #99DDC9;
}
.TagClassName
{
border-color: #99DDC9;
}
</style>