Shades of Riptide #90E9D0
Tints of Riptide #90E9D0
RGB
CMYK
RGB Variations
Color information
#90E9D0 (or 0x90E9D0) is known color: Riptide. HEX triplet: 90, E9 and D0. RGB value is (144,233,208). Sum of RGB (Red+Green+Blue) = 144+233+208=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9D0 is #6F162F. Grayscale: #CBCBCB. Windows color (decimal): -7280176 or 13691280. OLE color: 13691280.
HSL color Cylindrical-coordinate representation of color #90E9D0: hue angle of 163.15º 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 #90E9D0 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 208 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.09 |
| HSL | 163.15º | 0.67% | 0.74% | - |
| HSV(B) | 163.15º | 0.38% | 0.91% | - |
| XYZ | 52.03 | 68.76 | 70.2 | - |
| YUV | 203.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 208 | 0.38 | 0 | 0.11 | 0.09 | 163.15 | 0.67 | 0.74 |
| Hex | 90 | E9 | D0 | 26 | 0 | B | 9 | A3 | 43 | 4A |
| Octal | 220 | 351 | 320 | 46 | 0 | 13 | 11 | 243 | 103 | 112 |
| Binary | 10010000 | 11101001 | 11010000 | 100110 | 0 | 1011 | 1001 | 10100011 | 1000011 | 1001010 |
Color Harmonies of #90E9D0
Complementary color
Monochromatic Colors of #90E9D0
Black with #90E9D0
Text Example
Text Example
White with #90E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9D0; }
p { color: rgb(144,233,208); }
H1.HeaderClassName
{
color: #90E9D0;
}
.AnyTagClassName
{
color: #90E9D0;
}
</style>
background-color css
<style>
a { background-color: #90E9D0; }
a { background-color: rgb(144,233,208); }
div.DivClassName
{
background-color: #90E9D0;
}
.BgClassName
{
background-color: #90E9D0;
}
</style>
border-color css
<style>
span { border-color: #90E9D0; }
span { border-color: rgb(144,233,208); }
td.TdClassName
{
border-color: #90E9D0;
}
.TagClassName
{
border-color: #90E9D0;
}
</style>