Shades of Riptide #90E5DB
Tints of Riptide #90E5DB
RGB
CMYK
RGB Variations
Color information
#90E5DB (or 0x90E5DB) is known color: Riptide. HEX triplet: 90, E5 and DB. RGB value is (144,229,219). Sum of RGB (Red+Green+Blue) = 144+229+219=592 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.32% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #90E5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E5DB is #6F1A24. Grayscale: #CACACA. Windows color (decimal): -7281189 or 14411152. OLE color: 14411152.
HSL color Cylindrical-coordinate representation of color #90E5DB: hue angle of 172.94º 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 #90E5DB is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 219 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.10 |
| HSL | 172.94º | 0.62% | 0.73% | - |
| HSV(B) | 172.94º | 0.37% | 0.9% | - |
| XYZ | 52.31 | 67.08 | 77.21 | - |
| YUV | 202.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 219 | 0.37 | 0 | 0.04 | 0.10 | 172.94 | 0.62 | 0.73 |
| Hex | 90 | E5 | DB | 25 | 0 | 4 | A | AD | 3E | 49 |
| Octal | 220 | 345 | 333 | 45 | 0 | 4 | 12 | 255 | 76 | 111 |
| Binary | 10010000 | 11100101 | 11011011 | 100101 | 0 | 100 | 1010 | 10101101 | 111110 | 1001001 |
Color Harmonies of #90E5DB
Complementary color
Monochromatic Colors of #90E5DB
Black with #90E5DB
Text Example
Text Example
White with #90E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5DB; }
p { color: rgb(144,229,219); }
H1.HeaderClassName
{
color: #90E5DB;
}
.AnyTagClassName
{
color: #90E5DB;
}
</style>
background-color css
<style>
a { background-color: #90E5DB; }
a { background-color: rgb(144,229,219); }
div.DivClassName
{
background-color: #90E5DB;
}
.BgClassName
{
background-color: #90E5DB;
}
</style>
border-color css
<style>
span { border-color: #90E5DB; }
span { border-color: rgb(144,229,219); }
td.TdClassName
{
border-color: #90E5DB;
}
.TagClassName
{
border-color: #90E5DB;
}
</style>