Shades of Riptide #99D8C3
Tints of Riptide #99D8C3
RGB
CMYK
RGB Variations
Color information
#99D8C3 (or 0x99D8C3) is known color: Riptide. HEX triplet: 99, D8 and C3. RGB value is (153,216,195). Sum of RGB (Red+Green+Blue) = 153+216+195=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8C3 is #66273C. Grayscale: #C2C2C2. Windows color (decimal): -6694717 or 12834969. OLE color: 12834969.
HSL color Cylindrical-coordinate representation of color #99D8C3: hue angle of 160º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8C3 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 195 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.15 |
| HSL | 160º | 0.45% | 0.72% | - |
| HSV(B) | 160º | 0.29% | 0.85% | - |
| XYZ | 47.54 | 59.82 | 60.67 | - |
| YUV | 194.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 195 | 0.29 | 0 | 0.10 | 0.15 | 160 | 0.45 | 0.72 |
| Hex | 99 | D8 | C3 | 1D | 0 | A | F | A0 | 2D | 48 |
| Octal | 231 | 330 | 303 | 35 | 0 | 12 | 17 | 240 | 55 | 110 |
| Binary | 10011001 | 11011000 | 11000011 | 11101 | 0 | 1010 | 1111 | 10100000 | 101101 | 1001000 |
Color Harmonies of #99D8C3
Complementary color
Monochromatic Colors of #99D8C3
Black with #99D8C3
Text Example
Text Example
White with #99D8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D8C3; }
p { color: rgb(153,216,195); }
H1.HeaderClassName
{
color: #99D8C3;
}
.AnyTagClassName
{
color: #99D8C3;
}
</style>
background-color css
<style>
a { background-color: #99D8C3; }
a { background-color: rgb(153,216,195); }
div.DivClassName
{
background-color: #99D8C3;
}
.BgClassName
{
background-color: #99D8C3;
}
</style>
border-color css
<style>
span { border-color: #99D8C3; }
span { border-color: rgb(153,216,195); }
td.TdClassName
{
border-color: #99D8C3;
}
.TagClassName
{
border-color: #99D8C3;
}
</style>