Shades of Riptide #99DEC6
Tints of Riptide #99DEC6
RGB
CMYK
RGB Variations
Color information
#99DEC6 (or 0x99DEC6) is known color: Riptide. HEX triplet: 99, DE and C6. RGB value is (153,222,198). Sum of RGB (Red+Green+Blue) = 153+222+198=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #99DEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DEC6 is #662139. Grayscale: #C6C6C6. Windows color (decimal): -6693178 or 13033113. OLE color: 13033113.
HSL color Cylindrical-coordinate representation of color #99DEC6: hue angle of 159.13º degrees, saturation: 0.51, 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 #99DEC6 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 198 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.13 |
| HSL | 159.13º | 0.51% | 0.74% | - |
| HSV(B) | 159.13º | 0.31% | 0.87% | - |
| XYZ | 49.45 | 63.09 | 63 | - |
| YUV | 198.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 198 | 0.31 | 0 | 0.11 | 0.13 | 159.13 | 0.51 | 0.74 |
| Hex | 99 | DE | C6 | 1F | 0 | B | D | 9F | 33 | 4A |
| Octal | 231 | 336 | 306 | 37 | 0 | 13 | 15 | 237 | 63 | 112 |
| Binary | 10011001 | 11011110 | 11000110 | 11111 | 0 | 1011 | 1101 | 10011111 | 110011 | 1001010 |
Color Harmonies of #99DEC6
Complementary color
Monochromatic Colors of #99DEC6
Black with #99DEC6
Text Example
Text Example
White with #99DEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DEC6; }
p { color: rgb(153,222,198); }
H1.HeaderClassName
{
color: #99DEC6;
}
.AnyTagClassName
{
color: #99DEC6;
}
</style>
background-color css
<style>
a { background-color: #99DEC6; }
a { background-color: rgb(153,222,198); }
div.DivClassName
{
background-color: #99DEC6;
}
.BgClassName
{
background-color: #99DEC6;
}
</style>
border-color css
<style>
span { border-color: #99DEC6; }
span { border-color: rgb(153,222,198); }
td.TdClassName
{
border-color: #99DEC6;
}
.TagClassName
{
border-color: #99DEC6;
}
</style>