Shades of Riptide #90E5D4
Tints of Riptide #90E5D4
RGB
CMYK
RGB Variations
Color information
#90E5D4 (or 0x90E5D4) is known color: Riptide. HEX triplet: 90, E5 and D4. RGB value is (144,229,212). Sum of RGB (Red+Green+Blue) = 144+229+212=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #90E5D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E5D4 is #6F1A2B. Grayscale: #C9C9C9. Windows color (decimal): -7281196 or 13952400. OLE color: 13952400.
HSL color Cylindrical-coordinate representation of color #90E5D4: hue angle of 168º degrees, saturation: 0.62, 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 #90E5D4 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 212 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.10 |
| HSL | 168º | 0.62% | 0.73% | - |
| HSV(B) | 168º | 0.37% | 0.9% | - |
| XYZ | 51.4 | 66.72 | 72.46 | - |
| YUV | 201.65 | 133.84 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 212 | 0.37 | 0 | 0.07 | 0.10 | 168 | 0.62 | 0.73 |
| Hex | 90 | E5 | D4 | 25 | 0 | 7 | A | A8 | 3E | 49 |
| Octal | 220 | 345 | 324 | 45 | 0 | 7 | 12 | 250 | 76 | 111 |
| Binary | 10010000 | 11100101 | 11010100 | 100101 | 0 | 111 | 1010 | 10101000 | 111110 | 1001001 |
Color Harmonies of #90E5D4
Complementary color
Monochromatic Colors of #90E5D4
Black with #90E5D4
Text Example
Text Example
White with #90E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5D4; }
p { color: rgb(144,229,212); }
H1.HeaderClassName
{
color: #90E5D4;
}
.AnyTagClassName
{
color: #90E5D4;
}
</style>
background-color css
<style>
a { background-color: #90E5D4; }
a { background-color: rgb(144,229,212); }
div.DivClassName
{
background-color: #90E5D4;
}
.BgClassName
{
background-color: #90E5D4;
}
</style>
border-color css
<style>
span { border-color: #90E5D4; }
span { border-color: rgb(144,229,212); }
td.TdClassName
{
border-color: #90E5D4;
}
.TagClassName
{
border-color: #90E5D4;
}
</style>