Shades of Riptide #90E3C0
Tints of Riptide #90E3C0
RGB
CMYK
RGB Variations
Color information
#90E3C0 (or 0x90E3C0) is known color: Riptide. HEX triplet: 90, E3 and C0. RGB value is (144,227,192). Sum of RGB (Red+Green+Blue) = 144+227+192=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #90E3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E3C0 is #6F1C3F. Grayscale: #C6C6C6. Windows color (decimal): -7281728 or 12641168. OLE color: 12641168.
HSL color Cylindrical-coordinate representation of color #90E3C0: hue angle of 154.7º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E3C0 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 227 | 192 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.11 |
| HSL | 154.7º | 0.6% | 0.73% | - |
| HSV(B) | 154.7º | 0.37% | 0.89% | - |
| XYZ | 48.49 | 64.67 | 59.8 | - |
| YUV | 198.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 227 | 192 | 0.37 | 0 | 0.15 | 0.11 | 154.7 | 0.6 | 0.73 |
| Hex | 90 | E3 | C0 | 25 | 0 | F | B | 9B | 3C | 49 |
| Octal | 220 | 343 | 300 | 45 | 0 | 17 | 13 | 233 | 74 | 111 |
| Binary | 10010000 | 11100011 | 11000000 | 100101 | 0 | 1111 | 1011 | 10011011 | 111100 | 1001001 |
Color Harmonies of #90E3C0
Complementary color
Monochromatic Colors of #90E3C0
Black with #90E3C0
Text Example
Text Example
White with #90E3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E3C0; }
p { color: rgb(144,227,192); }
H1.HeaderClassName
{
color: #90E3C0;
}
.AnyTagClassName
{
color: #90E3C0;
}
</style>
background-color css
<style>
a { background-color: #90E3C0; }
a { background-color: rgb(144,227,192); }
div.DivClassName
{
background-color: #90E3C0;
}
.BgClassName
{
background-color: #90E3C0;
}
</style>
border-color css
<style>
span { border-color: #90E3C0; }
span { border-color: rgb(144,227,192); }
td.TdClassName
{
border-color: #90E3C0;
}
.TagClassName
{
border-color: #90E3C0;
}
</style>