Shades of Riptide #90E8DC
Tints of Riptide #90E8DC
RGB
CMYK
RGB Variations
Color information
#90E8DC (or 0x90E8DC) is known color: Riptide. HEX triplet: 90, E8 and DC. RGB value is (144,232,220). Sum of RGB (Red+Green+Blue) = 144+232+220=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8DC is #6F1723. Grayscale: #CCCCCC. Windows color (decimal): -7280420 or 14477456. OLE color: 14477456.
HSL color Cylindrical-coordinate representation of color #90E8DC: hue angle of 171.82º 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 #90E8DC is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 220 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.09 |
| HSL | 171.82º | 0.66% | 0.74% | - |
| HSV(B) | 171.82º | 0.38% | 0.91% | - |
| XYZ | 53.28 | 68.81 | 78.18 | - |
| YUV | 204.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 220 | 0.38 | 0 | 0.05 | 0.09 | 171.82 | 0.66 | 0.74 |
| Hex | 90 | E8 | DC | 26 | 0 | 5 | 9 | AC | 42 | 4A |
| Octal | 220 | 350 | 334 | 46 | 0 | 5 | 11 | 254 | 102 | 112 |
| Binary | 10010000 | 11101000 | 11011100 | 100110 | 0 | 101 | 1001 | 10101100 | 1000010 | 1001010 |
Color Harmonies of #90E8DC
Complementary color
Monochromatic Colors of #90E8DC
Black with #90E8DC
Text Example
Text Example
White with #90E8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8DC; }
p { color: rgb(144,232,220); }
H1.HeaderClassName
{
color: #90E8DC;
}
.AnyTagClassName
{
color: #90E8DC;
}
</style>
background-color css
<style>
a { background-color: #90E8DC; }
a { background-color: rgb(144,232,220); }
div.DivClassName
{
background-color: #90E8DC;
}
.BgClassName
{
background-color: #90E8DC;
}
</style>
border-color css
<style>
span { border-color: #90E8DC; }
span { border-color: rgb(144,232,220); }
td.TdClassName
{
border-color: #90E8DC;
}
.TagClassName
{
border-color: #90E8DC;
}
</style>