Shades of Riptide #90E5D0
Tints of Riptide #90E5D0
RGB
CMYK
RGB Variations
Color information
#90E5D0 (or 0x90E5D0) is known color: Riptide. HEX triplet: 90, E5 and D0. RGB value is (144,229,208). Sum of RGB (Red+Green+Blue) = 144+229+208=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #90E5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E5D0 is #6F1A2F. Grayscale: #C9C9C9. Windows color (decimal): -7281200 or 13690256. OLE color: 13690256.
HSL color Cylindrical-coordinate representation of color #90E5D0: hue angle of 165.18º 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 #90E5D0 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 208 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.10 |
| HSL | 165.18º | 0.62% | 0.73% | - |
| HSV(B) | 165.18º | 0.37% | 0.9% | - |
| XYZ | 50.91 | 66.52 | 69.83 | - |
| YUV | 201.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 208 | 0.37 | 0 | 0.09 | 0.10 | 165.18 | 0.62 | 0.73 |
| Hex | 90 | E5 | D0 | 25 | 0 | 9 | A | A5 | 3E | 49 |
| Octal | 220 | 345 | 320 | 45 | 0 | 11 | 12 | 245 | 76 | 111 |
| Binary | 10010000 | 11100101 | 11010000 | 100101 | 0 | 1001 | 1010 | 10100101 | 111110 | 1001001 |
Color Harmonies of #90E5D0
Complementary color
Monochromatic Colors of #90E5D0
Black with #90E5D0
Text Example
Text Example
White with #90E5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5D0; }
p { color: rgb(144,229,208); }
H1.HeaderClassName
{
color: #90E5D0;
}
.AnyTagClassName
{
color: #90E5D0;
}
</style>
background-color css
<style>
a { background-color: #90E5D0; }
a { background-color: rgb(144,229,208); }
div.DivClassName
{
background-color: #90E5D0;
}
.BgClassName
{
background-color: #90E5D0;
}
</style>
border-color css
<style>
span { border-color: #90E5D0; }
span { border-color: rgb(144,229,208); }
td.TdClassName
{
border-color: #90E5D0;
}
.TagClassName
{
border-color: #90E5D0;
}
</style>