Shades of Riptide #99DACA
Tints of Riptide #99DACA
RGB
CMYK
RGB Variations
Color information
#99DACA (or 0x99DACA) is known color: Riptide. HEX triplet: 99, DA and CA. RGB value is (153,218,202). Sum of RGB (Red+Green+Blue) = 153+218+202=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 218 - color contains mainly: green. Hex color #99DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DACA is #662535. Grayscale: #C4C4C4. Windows color (decimal): -6694198 or 13294233. OLE color: 13294233.
HSL color Cylindrical-coordinate representation of color #99DACA: hue angle of 165.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DACA is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 202 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.15 |
| HSL | 165.23º | 0.47% | 0.73% | - |
| HSV(B) | 165.23º | 0.3% | 0.85% | - |
| XYZ | 48.87 | 61.18 | 65.11 | - |
| YUV | 196.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 202 | 0.30 | 0 | 0.07 | 0.15 | 165.23 | 0.47 | 0.73 |
| Hex | 99 | DA | CA | 1E | 0 | 7 | F | A5 | 2F | 49 |
| Octal | 231 | 332 | 312 | 36 | 0 | 7 | 17 | 245 | 57 | 111 |
| Binary | 10011001 | 11011010 | 11001010 | 11110 | 0 | 111 | 1111 | 10100101 | 101111 | 1001001 |
Color Harmonies of #99DACA
Complementary color
Monochromatic Colors of #99DACA
Black with #99DACA
Text Example
Text Example
White with #99DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DACA; }
p { color: rgb(153,218,202); }
H1.HeaderClassName
{
color: #99DACA;
}
.AnyTagClassName
{
color: #99DACA;
}
</style>
background-color css
<style>
a { background-color: #99DACA; }
a { background-color: rgb(153,218,202); }
div.DivClassName
{
background-color: #99DACA;
}
.BgClassName
{
background-color: #99DACA;
}
</style>
border-color css
<style>
span { border-color: #99DACA; }
span { border-color: rgb(153,218,202); }
td.TdClassName
{
border-color: #99DACA;
}
.TagClassName
{
border-color: #99DACA;
}
</style>