Shades of Riptide #90E1CA
Tints of Riptide #90E1CA
RGB
CMYK
RGB Variations
Color information
#90E1CA (or 0x90E1CA) is known color: Riptide. HEX triplet: 90, E1 and CA. RGB value is (144,225,202). Sum of RGB (Red+Green+Blue) = 144+225+202=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #90E1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E1CA is #6F1E35. Grayscale: #C6C6C6. Windows color (decimal): -7282230 or 13296016. OLE color: 13296016.
HSL color Cylindrical-coordinate representation of color #90E1CA: hue angle of 162.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E1CA is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 202 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.12 |
| HSL | 162.96º | 0.57% | 0.72% | - |
| HSV(B) | 162.96º | 0.36% | 0.88% | - |
| XYZ | 49.09 | 64.04 | 65.65 | - |
| YUV | 198.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 202 | 0.36 | 0 | 0.10 | 0.12 | 162.96 | 0.57 | 0.72 |
| Hex | 90 | E1 | CA | 24 | 0 | A | C | A3 | 39 | 48 |
| Octal | 220 | 341 | 312 | 44 | 0 | 12 | 14 | 243 | 71 | 110 |
| Binary | 10010000 | 11100001 | 11001010 | 100100 | 0 | 1010 | 1100 | 10100011 | 111001 | 1001000 |
Color Harmonies of #90E1CA
Complementary color
Monochromatic Colors of #90E1CA
Black with #90E1CA
Text Example
Text Example
White with #90E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E1CA; }
p { color: rgb(144,225,202); }
H1.HeaderClassName
{
color: #90E1CA;
}
.AnyTagClassName
{
color: #90E1CA;
}
</style>
background-color css
<style>
a { background-color: #90E1CA; }
a { background-color: rgb(144,225,202); }
div.DivClassName
{
background-color: #90E1CA;
}
.BgClassName
{
background-color: #90E1CA;
}
</style>
border-color css
<style>
span { border-color: #90E1CA; }
span { border-color: rgb(144,225,202); }
td.TdClassName
{
border-color: #90E1CA;
}
.TagClassName
{
border-color: #90E1CA;
}
</style>