Shades of Riptide #99D9C4
Tints of Riptide #99D9C4
RGB
CMYK
RGB Variations
Color information
#99D9C4 (or 0x99D9C4) is known color: Riptide. HEX triplet: 99, D9 and C4. RGB value is (153,217,196). Sum of RGB (Red+Green+Blue) = 153+217+196=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9C4 is #66263B. Grayscale: #C3C3C3. Windows color (decimal): -6694460 or 12900761. OLE color: 12900761.
HSL color Cylindrical-coordinate representation of color #99D9C4: hue angle of 160.31º 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 #99D9C4 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 196 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.15 |
| HSL | 160.31º | 0.46% | 0.73% | - |
| HSV(B) | 160.31º | 0.29% | 0.85% | - |
| XYZ | 47.91 | 60.38 | 61.35 | - |
| YUV | 195.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 196 | 0.29 | 0 | 0.10 | 0.15 | 160.31 | 0.46 | 0.73 |
| Hex | 99 | D9 | C4 | 1D | 0 | A | F | A0 | 2E | 49 |
| Octal | 231 | 331 | 304 | 35 | 0 | 12 | 17 | 240 | 56 | 111 |
| Binary | 10011001 | 11011001 | 11000100 | 11101 | 0 | 1010 | 1111 | 10100000 | 101110 | 1001001 |
Color Harmonies of #99D9C4
Complementary color
Monochromatic Colors of #99D9C4
Black with #99D9C4
Text Example
Text Example
White with #99D9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D9C4; }
p { color: rgb(153,217,196); }
H1.HeaderClassName
{
color: #99D9C4;
}
.AnyTagClassName
{
color: #99D9C4;
}
</style>
background-color css
<style>
a { background-color: #99D9C4; }
a { background-color: rgb(153,217,196); }
div.DivClassName
{
background-color: #99D9C4;
}
.BgClassName
{
background-color: #99D9C4;
}
</style>
border-color css
<style>
span { border-color: #99D9C4; }
span { border-color: rgb(153,217,196); }
td.TdClassName
{
border-color: #99D9C4;
}
.TagClassName
{
border-color: #99D9C4;
}
</style>