Shades of Riptide #90EAC5
Tints of Riptide #90EAC5
RGB
CMYK
RGB Variations
Color information
#90EAC5 (or 0x90EAC5) is known color: Riptide. HEX triplet: 90, EA and C5. RGB value is (144,234,197). Sum of RGB (Red+Green+Blue) = 144+234+197=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EAC5 is #6F153A. Grayscale: #CACACA. Windows color (decimal): -7279931 or 12970640. OLE color: 12970640.
HSL color Cylindrical-coordinate representation of color #90EAC5: hue angle of 155.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 #90EAC5 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 197 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.08 |
| HSL | 155.33º | 0.68% | 0.74% | - |
| HSV(B) | 155.33º | 0.38% | 0.92% | - |
| XYZ | 51 | 68.81 | 63.42 | - |
| YUV | 202.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 197 | 0.38 | 0 | 0.16 | 0.08 | 155.33 | 0.68 | 0.74 |
| Hex | 90 | EA | C5 | 26 | 0 | 10 | 8 | 9B | 44 | 4A |
| Octal | 220 | 352 | 305 | 46 | 0 | 20 | 10 | 233 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11000101 | 100110 | 0 | 10000 | 1000 | 10011011 | 1000100 | 1001010 |
Color Harmonies of #90EAC5
Complementary color
Monochromatic Colors of #90EAC5
Black with #90EAC5
Text Example
Text Example
White with #90EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAC5; }
p { color: rgb(144,234,197); }
H1.HeaderClassName
{
color: #90EAC5;
}
.AnyTagClassName
{
color: #90EAC5;
}
</style>
background-color css
<style>
a { background-color: #90EAC5; }
a { background-color: rgb(144,234,197); }
div.DivClassName
{
background-color: #90EAC5;
}
.BgClassName
{
background-color: #90EAC5;
}
</style>
border-color css
<style>
span { border-color: #90EAC5; }
span { border-color: rgb(144,234,197); }
td.TdClassName
{
border-color: #90EAC5;
}
.TagClassName
{
border-color: #90EAC5;
}
</style>