Shades of Riptide #90E7D5
Tints of Riptide #90E7D5
RGB
CMYK
RGB Variations
Color information
#90E7D5 (or 0x90E7D5) is known color: Riptide. HEX triplet: 90, E7 and D5. RGB value is (144,231,213). Sum of RGB (Red+Green+Blue) = 144+231+213=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 231 - color contains mainly: green. Hex color #90E7D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E7D5 is #6F182A. Grayscale: #CACACA. Windows color (decimal): -7280683 or 14018448. OLE color: 14018448.
HSL color Cylindrical-coordinate representation of color #90E7D5: hue angle of 167.59º 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 #90E7D5 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 231 | 213 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.09 |
| HSL | 167.59º | 0.64% | 0.74% | - |
| HSV(B) | 167.59º | 0.38% | 0.91% | - |
| XYZ | 52.09 | 67.89 | 73.31 | - |
| YUV | 202.94 | 133.68 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 213 | 0.38 | 0 | 0.08 | 0.09 | 167.59 | 0.64 | 0.74 |
| Hex | 90 | E7 | D5 | 26 | 0 | 8 | 9 | A8 | 40 | 4A |
| Octal | 220 | 347 | 325 | 46 | 0 | 10 | 11 | 250 | 100 | 112 |
| Binary | 10010000 | 11100111 | 11010101 | 100110 | 0 | 1000 | 1001 | 10101000 | 1000000 | 1001010 |
Color Harmonies of #90E7D5
Complementary color
Monochromatic Colors of #90E7D5
Black with #90E7D5
Text Example
Text Example
White with #90E7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E7D5; }
p { color: rgb(144,231,213); }
H1.HeaderClassName
{
color: #90E7D5;
}
.AnyTagClassName
{
color: #90E7D5;
}
</style>
background-color css
<style>
a { background-color: #90E7D5; }
a { background-color: rgb(144,231,213); }
div.DivClassName
{
background-color: #90E7D5;
}
.BgClassName
{
background-color: #90E7D5;
}
</style>
border-color css
<style>
span { border-color: #90E7D5; }
span { border-color: rgb(144,231,213); }
td.TdClassName
{
border-color: #90E7D5;
}
.TagClassName
{
border-color: #90E7D5;
}
</style>