Shades of Riptide #99D9C5
Tints of Riptide #99D9C5
RGB
CMYK
RGB Variations
Color information
#99D9C5 (or 0x99D9C5) is known color: Riptide. HEX triplet: 99, D9 and C5. RGB value is (153,217,197). Sum of RGB (Red+Green+Blue) = 153+217+197=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9C5 is #66263A. Grayscale: #C3C3C3. Windows color (decimal): -6694459 or 12966297. OLE color: 12966297.
HSL color Cylindrical-coordinate representation of color #99D9C5: hue angle of 161.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9C5 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 197 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.15 |
| HSL | 161.25º | 0.46% | 0.73% | - |
| HSV(B) | 161.25º | 0.29% | 0.85% | - |
| XYZ | 48.03 | 60.43 | 61.96 | - |
| YUV | 195.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 197 | 0.29 | 0 | 0.09 | 0.15 | 161.25 | 0.46 | 0.73 |
| Hex | 99 | D9 | C5 | 1D | 0 | 9 | F | A1 | 2E | 49 |
| Octal | 231 | 331 | 305 | 35 | 0 | 11 | 17 | 241 | 56 | 111 |
| Binary | 10011001 | 11011001 | 11000101 | 11101 | 0 | 1001 | 1111 | 10100001 | 101110 | 1001001 |
Color Harmonies of #99D9C5
Complementary color
Monochromatic Colors of #99D9C5
Black with #99D9C5
Text Example
Text Example
White with #99D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9C5; }
p { color: rgb(153,217,197); }
H1.HeaderClassName
{
color: #99D9C5;
}
.AnyTagClassName
{
color: #99D9C5;
}
</style>
background-color css
<style>
a { background-color: #99D9C5; }
a { background-color: rgb(153,217,197); }
div.DivClassName
{
background-color: #99D9C5;
}
.BgClassName
{
background-color: #99D9C5;
}
</style>
border-color css
<style>
span { border-color: #99D9C5; }
span { border-color: rgb(153,217,197); }
td.TdClassName
{
border-color: #99D9C5;
}
.TagClassName
{
border-color: #99D9C5;
}
</style>