Shades of Riptide #99DFCD
Tints of Riptide #99DFCD
RGB
CMYK
RGB Variations
Color information
#99DFCD (or 0x99DFCD) is known color: Riptide. HEX triplet: 99, DF and CD. RGB value is (153,223,205). Sum of RGB (Red+Green+Blue) = 153+223+205=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFCD is #662032. Grayscale: #C8C8C8. Windows color (decimal): -6692915 or 13492121. OLE color: 13492121.
HSL color Cylindrical-coordinate representation of color #99DFCD: hue angle of 164.57º degrees, saturation: 0.52, 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 #99DFCD is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 205 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.13 |
| HSL | 164.57º | 0.52% | 0.74% | - |
| HSV(B) | 164.57º | 0.31% | 0.87% | - |
| XYZ | 50.54 | 63.96 | 67.44 | - |
| YUV | 200.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 205 | 0.31 | 0 | 0.08 | 0.13 | 164.57 | 0.52 | 0.74 |
| Hex | 99 | DF | CD | 1F | 0 | 8 | D | A5 | 34 | 4A |
| Octal | 231 | 337 | 315 | 37 | 0 | 10 | 15 | 245 | 64 | 112 |
| Binary | 10011001 | 11011111 | 11001101 | 11111 | 0 | 1000 | 1101 | 10100101 | 110100 | 1001010 |
Color Harmonies of #99DFCD
Complementary color
Monochromatic Colors of #99DFCD
Black with #99DFCD
Text Example
Text Example
White with #99DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFCD; }
p { color: rgb(153,223,205); }
H1.HeaderClassName
{
color: #99DFCD;
}
.AnyTagClassName
{
color: #99DFCD;
}
</style>
background-color css
<style>
a { background-color: #99DFCD; }
a { background-color: rgb(153,223,205); }
div.DivClassName
{
background-color: #99DFCD;
}
.BgClassName
{
background-color: #99DFCD;
}
</style>
border-color css
<style>
span { border-color: #99DFCD; }
span { border-color: rgb(153,223,205); }
td.TdClassName
{
border-color: #99DFCD;
}
.TagClassName
{
border-color: #99DFCD;
}
</style>