Shades of Riptide #99DAC2
Tints of Riptide #99DAC2
RGB
CMYK
RGB Variations
Color information
#99DAC2 (or 0x99DAC2) is known color: Riptide. HEX triplet: 99, DA and C2. RGB value is (153,218,194). Sum of RGB (Red+Green+Blue) = 153+218+194=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DAC2 is #66253D. Grayscale: #C3C3C3. Windows color (decimal): -6694206 or 12769945. OLE color: 12769945.
HSL color Cylindrical-coordinate representation of color #99DAC2: hue angle of 157.85º 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 #99DAC2 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 194 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.15 |
| HSL | 157.85º | 0.47% | 0.73% | - |
| HSV(B) | 157.85º | 0.3% | 0.85% | - |
| XYZ | 47.95 | 60.81 | 60.25 | - |
| YUV | 195.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 194 | 0.30 | 0 | 0.11 | 0.15 | 157.85 | 0.47 | 0.73 |
| Hex | 99 | DA | C2 | 1E | 0 | B | F | 9E | 2F | 49 |
| Octal | 231 | 332 | 302 | 36 | 0 | 13 | 17 | 236 | 57 | 111 |
| Binary | 10011001 | 11011010 | 11000010 | 11110 | 0 | 1011 | 1111 | 10011110 | 101111 | 1001001 |
Color Harmonies of #99DAC2
Complementary color
Monochromatic Colors of #99DAC2
Black with #99DAC2
Text Example
Text Example
White with #99DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DAC2; }
p { color: rgb(153,218,194); }
H1.HeaderClassName
{
color: #99DAC2;
}
.AnyTagClassName
{
color: #99DAC2;
}
</style>
background-color css
<style>
a { background-color: #99DAC2; }
a { background-color: rgb(153,218,194); }
div.DivClassName
{
background-color: #99DAC2;
}
.BgClassName
{
background-color: #99DAC2;
}
</style>
border-color css
<style>
span { border-color: #99DAC2; }
span { border-color: rgb(153,218,194); }
td.TdClassName
{
border-color: #99DAC2;
}
.TagClassName
{
border-color: #99DAC2;
}
</style>