Shades of Riptide #99DCC7
Tints of Riptide #99DCC7
RGB
CMYK
RGB Variations
Color information
#99DCC7 (or 0x99DCC7) is known color: Riptide. HEX triplet: 99, DC and C7. RGB value is (153,220,199). Sum of RGB (Red+Green+Blue) = 153+220+199=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCC7 is #662338. Grayscale: #C5C5C5. Windows color (decimal): -6693689 or 13098137. OLE color: 13098137.
HSL color Cylindrical-coordinate representation of color #99DCC7: hue angle of 161.19º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCC7 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 199 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.14 |
| HSL | 161.19º | 0.49% | 0.73% | - |
| HSV(B) | 161.19º | 0.3% | 0.86% | - |
| XYZ | 49.04 | 62.08 | 63.43 | - |
| YUV | 197.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 199 | 0.30 | 0 | 0.10 | 0.14 | 161.19 | 0.49 | 0.73 |
| Hex | 99 | DC | C7 | 1E | 0 | A | E | A1 | 31 | 49 |
| Octal | 231 | 334 | 307 | 36 | 0 | 12 | 16 | 241 | 61 | 111 |
| Binary | 10011001 | 11011100 | 11000111 | 11110 | 0 | 1010 | 1110 | 10100001 | 110001 | 1001001 |
Color Harmonies of #99DCC7
Complementary color
Monochromatic Colors of #99DCC7
Black with #99DCC7
Text Example
Text Example
White with #99DCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCC7; }
p { color: rgb(153,220,199); }
H1.HeaderClassName
{
color: #99DCC7;
}
.AnyTagClassName
{
color: #99DCC7;
}
</style>
background-color css
<style>
a { background-color: #99DCC7; }
a { background-color: rgb(153,220,199); }
div.DivClassName
{
background-color: #99DCC7;
}
.BgClassName
{
background-color: #99DCC7;
}
</style>
border-color css
<style>
span { border-color: #99DCC7; }
span { border-color: rgb(153,220,199); }
td.TdClassName
{
border-color: #99DCC7;
}
.TagClassName
{
border-color: #99DCC7;
}
</style>