Shades of Riptide #99DDC5
Tints of Riptide #99DDC5
RGB
CMYK
RGB Variations
Color information
#99DDC5 (or 0x99DDC5) is known color: Riptide. HEX triplet: 99, DD and C5. RGB value is (153,221,197). Sum of RGB (Red+Green+Blue) = 153+221+197=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDC5 is #66223A. Grayscale: #C5C5C5. Windows color (decimal): -6693435 or 12967321. OLE color: 12967321.
HSL color Cylindrical-coordinate representation of color #99DDC5: hue angle of 158.82º 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 #99DDC5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 197 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.13 |
| HSL | 158.82º | 0.5% | 0.73% | - |
| HSV(B) | 158.82º | 0.31% | 0.87% | - |
| XYZ | 49.07 | 62.52 | 62.3 | - |
| YUV | 197.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 197 | 0.31 | 0 | 0.11 | 0.13 | 158.82 | 0.5 | 0.73 |
| Hex | 99 | DD | C5 | 1F | 0 | B | D | 9F | 32 | 49 |
| Octal | 231 | 335 | 305 | 37 | 0 | 13 | 15 | 237 | 62 | 111 |
| Binary | 10011001 | 11011101 | 11000101 | 11111 | 0 | 1011 | 1101 | 10011111 | 110010 | 1001001 |
Color Harmonies of #99DDC5
Complementary color
Monochromatic Colors of #99DDC5
Black with #99DDC5
Text Example
Text Example
White with #99DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DDC5; }
p { color: rgb(153,221,197); }
H1.HeaderClassName
{
color: #99DDC5;
}
.AnyTagClassName
{
color: #99DDC5;
}
</style>
background-color css
<style>
a { background-color: #99DDC5; }
a { background-color: rgb(153,221,197); }
div.DivClassName
{
background-color: #99DDC5;
}
.BgClassName
{
background-color: #99DDC5;
}
</style>
border-color css
<style>
span { border-color: #99DDC5; }
span { border-color: rgb(153,221,197); }
td.TdClassName
{
border-color: #99DDC5;
}
.TagClassName
{
border-color: #99DDC5;
}
</style>