Shades of Riptide #90EAD4
Tints of Riptide #90EAD4
RGB
CMYK
RGB Variations
Color information
#90EAD4 (or 0x90EAD4) is known color: Riptide. HEX triplet: 90, EA and D4. RGB value is (144,234,212). Sum of RGB (Red+Green+Blue) = 144+234+212=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EAD4 is #6F152B. Grayscale: #CCCCCC. Windows color (decimal): -7279916 or 13953680. OLE color: 13953680.
HSL color Cylindrical-coordinate representation of color #90EAD4: hue angle of 165.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EAD4 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 212 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.08 |
| HSL | 165.33º | 0.68% | 0.74% | - |
| HSV(B) | 165.33º | 0.38% | 0.92% | - |
| XYZ | 52.81 | 69.53 | 72.92 | - |
| YUV | 204.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 212 | 0.38 | 0 | 0.09 | 0.08 | 165.33 | 0.68 | 0.74 |
| Hex | 90 | EA | D4 | 26 | 0 | 9 | 8 | A5 | 44 | 4A |
| Octal | 220 | 352 | 324 | 46 | 0 | 11 | 10 | 245 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11010100 | 100110 | 0 | 1001 | 1000 | 10100101 | 1000100 | 1001010 |
Color Harmonies of #90EAD4
Complementary color
Monochromatic Colors of #90EAD4
Black with #90EAD4
Text Example
Text Example
White with #90EAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAD4; }
p { color: rgb(144,234,212); }
H1.HeaderClassName
{
color: #90EAD4;
}
.AnyTagClassName
{
color: #90EAD4;
}
</style>
background-color css
<style>
a { background-color: #90EAD4; }
a { background-color: rgb(144,234,212); }
div.DivClassName
{
background-color: #90EAD4;
}
.BgClassName
{
background-color: #90EAD4;
}
</style>
border-color css
<style>
span { border-color: #90EAD4; }
span { border-color: rgb(144,234,212); }
td.TdClassName
{
border-color: #90EAD4;
}
.TagClassName
{
border-color: #90EAD4;
}
</style>