Shades of Riptide #90E5D8
Tints of Riptide #90E5D8
RGB
CMYK
RGB Variations
Color information
#90E5D8 (or 0x90E5D8) is known color: Riptide. HEX triplet: 90, E5 and D8. RGB value is (144,229,216). Sum of RGB (Red+Green+Blue) = 144+229+216=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 216 (84.77% from 255 or 36.67% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #90E5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E5D8 is #6F1A27. Grayscale: #CACACA. Windows color (decimal): -7281192 or 14214544. OLE color: 14214544.
HSL color Cylindrical-coordinate representation of color #90E5D8: hue angle of 170.82º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E5D8 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 216 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.10 |
| HSL | 170.82º | 0.62% | 0.73% | - |
| HSV(B) | 170.82º | 0.37% | 0.9% | - |
| XYZ | 51.92 | 66.93 | 75.15 | - |
| YUV | 202.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 216 | 0.37 | 0 | 0.06 | 0.10 | 170.82 | 0.62 | 0.73 |
| Hex | 90 | E5 | D8 | 25 | 0 | 6 | A | AB | 3E | 49 |
| Octal | 220 | 345 | 330 | 45 | 0 | 6 | 12 | 253 | 76 | 111 |
| Binary | 10010000 | 11100101 | 11011000 | 100101 | 0 | 110 | 1010 | 10101011 | 111110 | 1001001 |
Color Harmonies of #90E5D8
Complementary color
Monochromatic Colors of #90E5D8
Black with #90E5D8
Text Example
Text Example
White with #90E5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5D8; }
p { color: rgb(144,229,216); }
H1.HeaderClassName
{
color: #90E5D8;
}
.AnyTagClassName
{
color: #90E5D8;
}
</style>
background-color css
<style>
a { background-color: #90E5D8; }
a { background-color: rgb(144,229,216); }
div.DivClassName
{
background-color: #90E5D8;
}
.BgClassName
{
background-color: #90E5D8;
}
</style>
border-color css
<style>
span { border-color: #90E5D8; }
span { border-color: rgb(144,229,216); }
td.TdClassName
{
border-color: #90E5D8;
}
.TagClassName
{
border-color: #90E5D8;
}
</style>