Shades of Riptide #99DCC8
Tints of Riptide #99DCC8
RGB
CMYK
RGB Variations
Color information
#99DCC8 (or 0x99DCC8) is known color: Riptide. HEX triplet: 99, DC and C8. RGB value is (153,220,200). Sum of RGB (Red+Green+Blue) = 153+220+200=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCC8 is #662337. Grayscale: #C5C5C5. Windows color (decimal): -6693688 or 13163673. OLE color: 13163673.
HSL color Cylindrical-coordinate representation of color #99DCC8: hue angle of 162.09º 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 #99DCC8 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 200 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.14 |
| HSL | 162.09º | 0.49% | 0.73% | - |
| HSV(B) | 162.09º | 0.3% | 0.86% | - |
| XYZ | 49.16 | 62.13 | 64.04 | - |
| YUV | 197.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 200 | 0.30 | 0 | 0.09 | 0.14 | 162.09 | 0.49 | 0.73 |
| Hex | 99 | DC | C8 | 1E | 0 | 9 | E | A2 | 31 | 49 |
| Octal | 231 | 334 | 310 | 36 | 0 | 11 | 16 | 242 | 61 | 111 |
| Binary | 10011001 | 11011100 | 11001000 | 11110 | 0 | 1001 | 1110 | 10100010 | 110001 | 1001001 |
Color Harmonies of #99DCC8
Complementary color
Monochromatic Colors of #99DCC8
Black with #99DCC8
Text Example
Text Example
White with #99DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCC8; }
p { color: rgb(153,220,200); }
H1.HeaderClassName
{
color: #99DCC8;
}
.AnyTagClassName
{
color: #99DCC8;
}
</style>
background-color css
<style>
a { background-color: #99DCC8; }
a { background-color: rgb(153,220,200); }
div.DivClassName
{
background-color: #99DCC8;
}
.BgClassName
{
background-color: #99DCC8;
}
</style>
border-color css
<style>
span { border-color: #99DCC8; }
span { border-color: rgb(153,220,200); }
td.TdClassName
{
border-color: #99DCC8;
}
.TagClassName
{
border-color: #99DCC8;
}
</style>