Shades of Riptide #90DAD0
Tints of Riptide #90DAD0
RGB
CMYK
RGB Variations
Color information
#90DAD0 (or 0x90DAD0) is known color: Riptide. HEX triplet: 90, DA and D0. RGB value is (144,218,208). Sum of RGB (Red+Green+Blue) = 144+218+208=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAD0 is #6F252F. Grayscale: #C2C2C2. Windows color (decimal): -7284016 or 13687440. OLE color: 13687440.
HSL color Cylindrical-coordinate representation of color #90DAD0: hue angle of 171.89º 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 #90DAD0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 208 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.15 |
| HSL | 171.89º | 0.5% | 0.71% | - |
| HSV(B) | 171.89º | 0.34% | 0.85% | - |
| XYZ | 47.96 | 60.63 | 68.85 | - |
| YUV | 194.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 208 | 0.34 | 0 | 0.05 | 0.15 | 171.89 | 0.5 | 0.71 |
| Hex | 90 | DA | D0 | 22 | 0 | 5 | F | AC | 32 | 47 |
| Octal | 220 | 332 | 320 | 42 | 0 | 5 | 17 | 254 | 62 | 107 |
| Binary | 10010000 | 11011010 | 11010000 | 100010 | 0 | 101 | 1111 | 10101100 | 110010 | 1000111 |
Color Harmonies of #90DAD0
Complementary color
Monochromatic Colors of #90DAD0
Black with #90DAD0
Text Example
Text Example
White with #90DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAD0; }
p { color: rgb(144,218,208); }
H1.HeaderClassName
{
color: #90DAD0;
}
.AnyTagClassName
{
color: #90DAD0;
}
</style>
background-color css
<style>
a { background-color: #90DAD0; }
a { background-color: rgb(144,218,208); }
div.DivClassName
{
background-color: #90DAD0;
}
.BgClassName
{
background-color: #90DAD0;
}
</style>
border-color css
<style>
span { border-color: #90DAD0; }
span { border-color: rgb(144,218,208); }
td.TdClassName
{
border-color: #90DAD0;
}
.TagClassName
{
border-color: #90DAD0;
}
</style>