Shades of Riptide #90DAC9
Tints of Riptide #90DAC9
RGB
CMYK
RGB Variations
Color information
#90DAC9 (or 0x90DAC9) is known color: Riptide. HEX triplet: 90, DA and C9. RGB value is (144,218,201). Sum of RGB (Red+Green+Blue) = 144+218+201=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAC9 is #6F2536. Grayscale: #C1C1C1. Windows color (decimal): -7284023 or 13228688. OLE color: 13228688.
HSL color Cylindrical-coordinate representation of color #90DAC9: hue angle of 166.22º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DAC9 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 201 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.15 |
| HSL | 166.22º | 0.5% | 0.71% | - |
| HSV(B) | 166.22º | 0.34% | 0.85% | - |
| XYZ | 47.12 | 60.29 | 64.41 | - |
| YUV | 193.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 201 | 0.34 | 0 | 0.08 | 0.15 | 166.22 | 0.5 | 0.71 |
| Hex | 90 | DA | C9 | 22 | 0 | 8 | F | A6 | 32 | 47 |
| Octal | 220 | 332 | 311 | 42 | 0 | 10 | 17 | 246 | 62 | 107 |
| Binary | 10010000 | 11011010 | 11001001 | 100010 | 0 | 1000 | 1111 | 10100110 | 110010 | 1000111 |
Color Harmonies of #90DAC9
Complementary color
Monochromatic Colors of #90DAC9
Black with #90DAC9
Text Example
Text Example
White with #90DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAC9; }
p { color: rgb(144,218,201); }
H1.HeaderClassName
{
color: #90DAC9;
}
.AnyTagClassName
{
color: #90DAC9;
}
</style>
background-color css
<style>
a { background-color: #90DAC9; }
a { background-color: rgb(144,218,201); }
div.DivClassName
{
background-color: #90DAC9;
}
.BgClassName
{
background-color: #90DAC9;
}
</style>
border-color css
<style>
span { border-color: #90DAC9; }
span { border-color: rgb(144,218,201); }
td.TdClassName
{
border-color: #90DAC9;
}
.TagClassName
{
border-color: #90DAC9;
}
</style>