Shades of Riptide #90EADE
Tints of Riptide #90EADE
RGB
CMYK
RGB Variations
Color information
#90EADE (or 0x90EADE) is known color: Riptide. HEX triplet: 90, EA and DE. RGB value is (144,234,222). Sum of RGB (Red+Green+Blue) = 144+234+222=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #90EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EADE is #6F1521. Grayscale: #CDCDCD. Windows color (decimal): -7279906 or 14609040. OLE color: 14609040.
HSL color Cylindrical-coordinate representation of color #90EADE: hue angle of 172º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EADE is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 222 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.08 |
| HSL | 172º | 0.68% | 0.74% | - |
| HSV(B) | 172º | 0.38% | 0.92% | - |
| XYZ | 54.11 | 70.05 | 79.78 | - |
| YUV | 205.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 222 | 0.38 | 0 | 0.05 | 0.08 | 172 | 0.68 | 0.74 |
| Hex | 90 | EA | DE | 26 | 0 | 5 | 8 | AC | 44 | 4A |
| Octal | 220 | 352 | 336 | 46 | 0 | 5 | 10 | 254 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11011110 | 100110 | 0 | 101 | 1000 | 10101100 | 1000100 | 1001010 |
Color Harmonies of #90EADE
Complementary color
Monochromatic Colors of #90EADE
Black with #90EADE
Text Example
Text Example
White with #90EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EADE; }
p { color: rgb(144,234,222); }
H1.HeaderClassName
{
color: #90EADE;
}
.AnyTagClassName
{
color: #90EADE;
}
</style>
background-color css
<style>
a { background-color: #90EADE; }
a { background-color: rgb(144,234,222); }
div.DivClassName
{
background-color: #90EADE;
}
.BgClassName
{
background-color: #90EADE;
}
</style>
border-color css
<style>
span { border-color: #90EADE; }
span { border-color: rgb(144,234,222); }
td.TdClassName
{
border-color: #90EADE;
}
.TagClassName
{
border-color: #90EADE;
}
</style>