Shades of Riptide #90E8D0
Tints of Riptide #90E8D0
RGB
CMYK
RGB Variations
Color information
#90E8D0 (or 0x90E8D0) is known color: Riptide. HEX triplet: 90, E8 and D0. RGB value is (144,232,208). Sum of RGB (Red+Green+Blue) = 144+232+208=584 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.66% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8D0 is #6F172F. Grayscale: #CACACA. Windows color (decimal): -7280432 or 13691024. OLE color: 13691024.
HSL color Cylindrical-coordinate representation of color #90E8D0: hue angle of 163.64º 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 #90E8D0 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 208 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.09 |
| HSL | 163.64º | 0.66% | 0.74% | - |
| HSV(B) | 163.64º | 0.38% | 0.91% | - |
| XYZ | 51.74 | 68.2 | 70.11 | - |
| YUV | 202.95 | 130.85 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 208 | 0.38 | 0 | 0.10 | 0.09 | 163.64 | 0.66 | 0.74 |
| Hex | 90 | E8 | D0 | 26 | 0 | A | 9 | A4 | 42 | 4A |
| Octal | 220 | 350 | 320 | 46 | 0 | 12 | 11 | 244 | 102 | 112 |
| Binary | 10010000 | 11101000 | 11010000 | 100110 | 0 | 1010 | 1001 | 10100100 | 1000010 | 1001010 |
Color Harmonies of #90E8D0
Complementary color
Monochromatic Colors of #90E8D0
Black with #90E8D0
Text Example
Text Example
White with #90E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8D0; }
p { color: rgb(144,232,208); }
H1.HeaderClassName
{
color: #90E8D0;
}
.AnyTagClassName
{
color: #90E8D0;
}
</style>
background-color css
<style>
a { background-color: #90E8D0; }
a { background-color: rgb(144,232,208); }
div.DivClassName
{
background-color: #90E8D0;
}
.BgClassName
{
background-color: #90E8D0;
}
</style>
border-color css
<style>
span { border-color: #90E8D0; }
span { border-color: rgb(144,232,208); }
td.TdClassName
{
border-color: #90E8D0;
}
.TagClassName
{
border-color: #90E8D0;
}
</style>