Shades of Riptide #90E6DC
Tints of Riptide #90E6DC
RGB
CMYK
RGB Variations
Color information
#90E6DC (or 0x90E6DC) is known color: Riptide. HEX triplet: 90, E6 and DC. RGB value is (144,230,220). Sum of RGB (Red+Green+Blue) = 144+230+220=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 230 - color contains mainly: green. Hex color #90E6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E6DC is #6F1923. Grayscale: #CBCBCB. Windows color (decimal): -7280932 or 14476944. OLE color: 14476944.
HSL color Cylindrical-coordinate representation of color #90E6DC: hue angle of 173.02º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E6DC is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 230 | 220 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.10 |
| HSL | 173.02º | 0.63% | 0.73% | - |
| HSV(B) | 173.02º | 0.37% | 0.9% | - |
| XYZ | 52.72 | 67.69 | 78 | - |
| YUV | 203.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 220 | 0.37 | 0 | 0.04 | 0.10 | 173.02 | 0.63 | 0.73 |
| Hex | 90 | E6 | DC | 25 | 0 | 4 | A | AD | 3F | 49 |
| Octal | 220 | 346 | 334 | 45 | 0 | 4 | 12 | 255 | 77 | 111 |
| Binary | 10010000 | 11100110 | 11011100 | 100101 | 0 | 100 | 1010 | 10101101 | 111111 | 1001001 |
Color Harmonies of #90E6DC
Complementary color
Monochromatic Colors of #90E6DC
Black with #90E6DC
Text Example
Text Example
White with #90E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E6DC; }
p { color: rgb(144,230,220); }
H1.HeaderClassName
{
color: #90E6DC;
}
.AnyTagClassName
{
color: #90E6DC;
}
</style>
background-color css
<style>
a { background-color: #90E6DC; }
a { background-color: rgb(144,230,220); }
div.DivClassName
{
background-color: #90E6DC;
}
.BgClassName
{
background-color: #90E6DC;
}
</style>
border-color css
<style>
span { border-color: #90E6DC; }
span { border-color: rgb(144,230,220); }
td.TdClassName
{
border-color: #90E6DC;
}
.TagClassName
{
border-color: #90E6DC;
}
</style>