Shades of Riptide #90E8CA
Tints of Riptide #90E8CA
RGB
CMYK
RGB Variations
Color information
#90E8CA (or 0x90E8CA) is known color: Riptide. HEX triplet: 90, E8 and CA. RGB value is (144,232,202). Sum of RGB (Red+Green+Blue) = 144+232+202=578 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.91% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8CA is #6F1735. Grayscale: #CACACA. Windows color (decimal): -7280438 or 13297808. OLE color: 13297808.
HSL color Cylindrical-coordinate representation of color #90E8CA: hue angle of 159.55º degrees, saturation: 0.66, 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 #90E8CA is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 202 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.09 |
| HSL | 159.55º | 0.66% | 0.74% | - |
| HSV(B) | 159.55º | 0.38% | 0.91% | - |
| XYZ | 51.02 | 67.91 | 66.3 | - |
| YUV | 202.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 202 | 0.38 | 0 | 0.13 | 0.09 | 159.55 | 0.66 | 0.74 |
| Hex | 90 | E8 | CA | 26 | 0 | D | 9 | A0 | 42 | 4A |
| Octal | 220 | 350 | 312 | 46 | 0 | 15 | 11 | 240 | 102 | 112 |
| Binary | 10010000 | 11101000 | 11001010 | 100110 | 0 | 1101 | 1001 | 10100000 | 1000010 | 1001010 |
Color Harmonies of #90E8CA
Complementary color
Monochromatic Colors of #90E8CA
Black with #90E8CA
Text Example
Text Example
White with #90E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8CA; }
p { color: rgb(144,232,202); }
H1.HeaderClassName
{
color: #90E8CA;
}
.AnyTagClassName
{
color: #90E8CA;
}
</style>
background-color css
<style>
a { background-color: #90E8CA; }
a { background-color: rgb(144,232,202); }
div.DivClassName
{
background-color: #90E8CA;
}
.BgClassName
{
background-color: #90E8CA;
}
</style>
border-color css
<style>
span { border-color: #90E8CA; }
span { border-color: rgb(144,232,202); }
td.TdClassName
{
border-color: #90E8CA;
}
.TagClassName
{
border-color: #90E8CA;
}
</style>