Shades of Riptide #99DFC7
Tints of Riptide #99DFC7
RGB
CMYK
RGB Variations
Color information
#99DFC7 (or 0x99DFC7) is known color: Riptide. HEX triplet: 99, DF and C7. RGB value is (153,223,199). Sum of RGB (Red+Green+Blue) = 153+223+199=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFC7 is #662038. Grayscale: #C7C7C7. Windows color (decimal): -6692921 or 13098905. OLE color: 13098905.
HSL color Cylindrical-coordinate representation of color #99DFC7: hue angle of 159.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFC7 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 199 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.13 |
| HSL | 159.43º | 0.52% | 0.74% | - |
| HSV(B) | 159.43º | 0.31% | 0.87% | - |
| XYZ | 49.83 | 63.67 | 63.7 | - |
| YUV | 199.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 199 | 0.31 | 0 | 0.11 | 0.13 | 159.43 | 0.52 | 0.74 |
| Hex | 99 | DF | C7 | 1F | 0 | B | D | 9F | 34 | 4A |
| Octal | 231 | 337 | 307 | 37 | 0 | 13 | 15 | 237 | 64 | 112 |
| Binary | 10011001 | 11011111 | 11000111 | 11111 | 0 | 1011 | 1101 | 10011111 | 110100 | 1001010 |
Color Harmonies of #99DFC7
Complementary color
Monochromatic Colors of #99DFC7
Black with #99DFC7
Text Example
Text Example
White with #99DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFC7; }
p { color: rgb(153,223,199); }
H1.HeaderClassName
{
color: #99DFC7;
}
.AnyTagClassName
{
color: #99DFC7;
}
</style>
background-color css
<style>
a { background-color: #99DFC7; }
a { background-color: rgb(153,223,199); }
div.DivClassName
{
background-color: #99DFC7;
}
.BgClassName
{
background-color: #99DFC7;
}
</style>
border-color css
<style>
span { border-color: #99DFC7; }
span { border-color: rgb(153,223,199); }
td.TdClassName
{
border-color: #99DFC7;
}
.TagClassName
{
border-color: #99DFC7;
}
</style>