Shades of Riptide #90E7D0
Tints of Riptide #90E7D0
RGB
CMYK
RGB Variations
Color information
#90E7D0 (or 0x90E7D0) is known color: Riptide. HEX triplet: 90, E7 and D0. RGB value is (144,231,208). Sum of RGB (Red+Green+Blue) = 144+231+208=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #90E7D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E7D0 is #6F182F. Grayscale: #CACACA. Windows color (decimal): -7280688 or 13690768. OLE color: 13690768.
HSL color Cylindrical-coordinate representation of color #90E7D0: hue angle of 164.14º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E7D0 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 231 | 208 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.09 |
| HSL | 164.14º | 0.64% | 0.74% | - |
| HSV(B) | 164.14º | 0.38% | 0.91% | - |
| XYZ | 51.46 | 67.64 | 70.02 | - |
| YUV | 202.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 208 | 0.38 | 0 | 0.10 | 0.09 | 164.14 | 0.64 | 0.74 |
| Hex | 90 | E7 | D0 | 26 | 0 | A | 9 | A4 | 40 | 4A |
| Octal | 220 | 347 | 320 | 46 | 0 | 12 | 11 | 244 | 100 | 112 |
| Binary | 10010000 | 11100111 | 11010000 | 100110 | 0 | 1010 | 1001 | 10100100 | 1000000 | 1001010 |
Color Harmonies of #90E7D0
Complementary color
Monochromatic Colors of #90E7D0
Black with #90E7D0
Text Example
Text Example
White with #90E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E7D0; }
p { color: rgb(144,231,208); }
H1.HeaderClassName
{
color: #90E7D0;
}
.AnyTagClassName
{
color: #90E7D0;
}
</style>
background-color css
<style>
a { background-color: #90E7D0; }
a { background-color: rgb(144,231,208); }
div.DivClassName
{
background-color: #90E7D0;
}
.BgClassName
{
background-color: #90E7D0;
}
</style>
border-color css
<style>
span { border-color: #90E7D0; }
span { border-color: rgb(144,231,208); }
td.TdClassName
{
border-color: #90E7D0;
}
.TagClassName
{
border-color: #90E7D0;
}
</style>