Shades of Riptide #90E9CA
Tints of Riptide #90E9CA
RGB
CMYK
RGB Variations
Color information
#90E9CA (or 0x90E9CA) is known color: Riptide. HEX triplet: 90, E9 and CA. RGB value is (144,233,202). Sum of RGB (Red+Green+Blue) = 144+233+202=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9CA is #6F1635. Grayscale: #CACACA. Windows color (decimal): -7280182 or 13298064. OLE color: 13298064.
HSL color Cylindrical-coordinate representation of color #90E9CA: hue angle of 159.1º degrees, saturation: 0.67, 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 #90E9CA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 202 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.09 |
| HSL | 159.1º | 0.67% | 0.74% | - |
| HSV(B) | 159.1º | 0.38% | 0.91% | - |
| XYZ | 51.3 | 68.47 | 66.39 | - |
| YUV | 202.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 202 | 0.38 | 0 | 0.13 | 0.09 | 159.1 | 0.67 | 0.74 |
| Hex | 90 | E9 | CA | 26 | 0 | D | 9 | 9F | 43 | 4A |
| Octal | 220 | 351 | 312 | 46 | 0 | 15 | 11 | 237 | 103 | 112 |
| Binary | 10010000 | 11101001 | 11001010 | 100110 | 0 | 1101 | 1001 | 10011111 | 1000011 | 1001010 |
Color Harmonies of #90E9CA
Complementary color
Monochromatic Colors of #90E9CA
Black with #90E9CA
Text Example
Text Example
White with #90E9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9CA; }
p { color: rgb(144,233,202); }
H1.HeaderClassName
{
color: #90E9CA;
}
.AnyTagClassName
{
color: #90E9CA;
}
</style>
background-color css
<style>
a { background-color: #90E9CA; }
a { background-color: rgb(144,233,202); }
div.DivClassName
{
background-color: #90E9CA;
}
.BgClassName
{
background-color: #90E9CA;
}
</style>
border-color css
<style>
span { border-color: #90E9CA; }
span { border-color: rgb(144,233,202); }
td.TdClassName
{
border-color: #90E9CA;
}
.TagClassName
{
border-color: #90E9CA;
}
</style>