Shades of Riptide #90E7DD
Tints of Riptide #90E7DD
RGB
CMYK
RGB Variations
Color information
#90E7DD (or 0x90E7DD) is known color: Riptide. HEX triplet: 90, E7 and DD. RGB value is (144,231,221). Sum of RGB (Red+Green+Blue) = 144+231+221=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #90E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E7DD is #6F1822. Grayscale: #CBCBCB. Windows color (decimal): -7280675 or 14542736. OLE color: 14542736.
HSL color Cylindrical-coordinate representation of color #90E7DD: hue angle of 173.1º 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 #90E7DD is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 231 | 221 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.09 |
| HSL | 173.1º | 0.64% | 0.74% | - |
| HSV(B) | 173.1º | 0.38% | 0.91% | - |
| XYZ | 53.13 | 68.3 | 78.79 | - |
| YUV | 203.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 221 | 0.38 | 0 | 0.04 | 0.09 | 173.1 | 0.64 | 0.74 |
| Hex | 90 | E7 | DD | 26 | 0 | 4 | 9 | AD | 40 | 4A |
| Octal | 220 | 347 | 335 | 46 | 0 | 4 | 11 | 255 | 100 | 112 |
| Binary | 10010000 | 11100111 | 11011101 | 100110 | 0 | 100 | 1001 | 10101101 | 1000000 | 1001010 |
Color Harmonies of #90E7DD
Complementary color
Monochromatic Colors of #90E7DD
Black with #90E7DD
Text Example
Text Example
White with #90E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E7DD; }
p { color: rgb(144,231,221); }
H1.HeaderClassName
{
color: #90E7DD;
}
.AnyTagClassName
{
color: #90E7DD;
}
</style>
background-color css
<style>
a { background-color: #90E7DD; }
a { background-color: rgb(144,231,221); }
div.DivClassName
{
background-color: #90E7DD;
}
.BgClassName
{
background-color: #90E7DD;
}
</style>
border-color css
<style>
span { border-color: #90E7DD; }
span { border-color: rgb(144,231,221); }
td.TdClassName
{
border-color: #90E7DD;
}
.TagClassName
{
border-color: #90E7DD;
}
</style>