Shades of Riptide #99DBCD
Tints of Riptide #99DBCD
RGB
CMYK
RGB Variations
Color information
#99DBCD (or 0x99DBCD) is known color: Riptide. HEX triplet: 99, DB and CD. RGB value is (153,219,205). Sum of RGB (Red+Green+Blue) = 153+219+205=577 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.52% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBCD is #662432. Grayscale: #C5C5C5. Windows color (decimal): -6693939 or 13491097. OLE color: 13491097.
HSL color Cylindrical-coordinate representation of color #99DBCD: hue angle of 167.27º degrees, saturation: 0.48, 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 #99DBCD is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 205 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.14 |
| HSL | 167.27º | 0.48% | 0.73% | - |
| HSV(B) | 167.27º | 0.3% | 0.86% | - |
| XYZ | 49.49 | 61.84 | 67.09 | - |
| YUV | 197.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 205 | 0.30 | 0 | 0.06 | 0.14 | 167.27 | 0.48 | 0.73 |
| Hex | 99 | DB | CD | 1E | 0 | 6 | E | A7 | 30 | 49 |
| Octal | 231 | 333 | 315 | 36 | 0 | 6 | 16 | 247 | 60 | 111 |
| Binary | 10011001 | 11011011 | 11001101 | 11110 | 0 | 110 | 1110 | 10100111 | 110000 | 1001001 |
Color Harmonies of #99DBCD
Complementary color
Monochromatic Colors of #99DBCD
Black with #99DBCD
Text Example
Text Example
White with #99DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DBCD; }
p { color: rgb(153,219,205); }
H1.HeaderClassName
{
color: #99DBCD;
}
.AnyTagClassName
{
color: #99DBCD;
}
</style>
background-color css
<style>
a { background-color: #99DBCD; }
a { background-color: rgb(153,219,205); }
div.DivClassName
{
background-color: #99DBCD;
}
.BgClassName
{
background-color: #99DBCD;
}
</style>
border-color css
<style>
span { border-color: #99DBCD; }
span { border-color: rgb(153,219,205); }
td.TdClassName
{
border-color: #99DBCD;
}
.TagClassName
{
border-color: #99DBCD;
}
</style>