Shades of Riptide #99DCC5
Tints of Riptide #99DCC5
RGB
CMYK
RGB Variations
Color information
#99DCC5 (or 0x99DCC5) is known color: Riptide. HEX triplet: 99, DC and C5. RGB value is (153,220,197). Sum of RGB (Red+Green+Blue) = 153+220+197=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCC5 is #66233A. Grayscale: #C5C5C5. Windows color (decimal): -6693691 or 12967065. OLE color: 12967065.
HSL color Cylindrical-coordinate representation of color #99DCC5: hue angle of 159.4º 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 #99DCC5 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 197 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.14 |
| HSL | 159.4º | 0.49% | 0.73% | - |
| HSV(B) | 159.4º | 0.3% | 0.86% | - |
| XYZ | 48.81 | 61.99 | 62.22 | - |
| YUV | 197.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 197 | 0.30 | 0 | 0.10 | 0.14 | 159.4 | 0.49 | 0.73 |
| Hex | 99 | DC | C5 | 1E | 0 | A | E | 9F | 31 | 49 |
| Octal | 231 | 334 | 305 | 36 | 0 | 12 | 16 | 237 | 61 | 111 |
| Binary | 10011001 | 11011100 | 11000101 | 11110 | 0 | 1010 | 1110 | 10011111 | 110001 | 1001001 |
Color Harmonies of #99DCC5
Complementary color
Monochromatic Colors of #99DCC5
Black with #99DCC5
Text Example
Text Example
White with #99DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCC5; }
p { color: rgb(153,220,197); }
H1.HeaderClassName
{
color: #99DCC5;
}
.AnyTagClassName
{
color: #99DCC5;
}
</style>
background-color css
<style>
a { background-color: #99DCC5; }
a { background-color: rgb(153,220,197); }
div.DivClassName
{
background-color: #99DCC5;
}
.BgClassName
{
background-color: #99DCC5;
}
</style>
border-color css
<style>
span { border-color: #99DCC5; }
span { border-color: rgb(153,220,197); }
td.TdClassName
{
border-color: #99DCC5;
}
.TagClassName
{
border-color: #99DCC5;
}
</style>