Shades of Riptide #90DAD4
Tints of Riptide #90DAD4
RGB
CMYK
RGB Variations
Color information
#90DAD4 (or 0x90DAD4) is known color: Riptide. HEX triplet: 90, DA and D4. RGB value is (144,218,212). Sum of RGB (Red+Green+Blue) = 144+218+212=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAD4 is #6F252B. Grayscale: #C3C3C3. Windows color (decimal): -7284012 or 13949584. OLE color: 13949584.
HSL color Cylindrical-coordinate representation of color #90DAD4: hue angle of 175.14º 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 #90DAD4 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 212 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.15 |
| HSL | 175.14º | 0.5% | 0.71% | - |
| HSV(B) | 175.14º | 0.34% | 0.85% | - |
| XYZ | 48.46 | 60.83 | 71.47 | - |
| YUV | 195.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 212 | 0.34 | 0 | 0.03 | 0.15 | 175.14 | 0.5 | 0.71 |
| Hex | 90 | DA | D4 | 22 | 0 | 3 | F | AF | 32 | 47 |
| Octal | 220 | 332 | 324 | 42 | 0 | 3 | 17 | 257 | 62 | 107 |
| Binary | 10010000 | 11011010 | 11010100 | 100010 | 0 | 11 | 1111 | 10101111 | 110010 | 1000111 |
Color Harmonies of #90DAD4
Complementary color
Monochromatic Colors of #90DAD4
Black with #90DAD4
Text Example
Text Example
White with #90DAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAD4; }
p { color: rgb(144,218,212); }
H1.HeaderClassName
{
color: #90DAD4;
}
.AnyTagClassName
{
color: #90DAD4;
}
</style>
background-color css
<style>
a { background-color: #90DAD4; }
a { background-color: rgb(144,218,212); }
div.DivClassName
{
background-color: #90DAD4;
}
.BgClassName
{
background-color: #90DAD4;
}
</style>
border-color css
<style>
span { border-color: #90DAD4; }
span { border-color: rgb(144,218,212); }
td.TdClassName
{
border-color: #90DAD4;
}
.TagClassName
{
border-color: #90DAD4;
}
</style>