Shades of Riptide #90EAC2
Tints of Riptide #90EAC2
RGB
CMYK
RGB Variations
Color information
#90EAC2 (or 0x90EAC2) is known color: Riptide. HEX triplet: 90, EA and C2. RGB value is (144,234,194). Sum of RGB (Red+Green+Blue) = 144+234+194=572 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.17% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EAC2 is #6F153D. Grayscale: #CACACA. Windows color (decimal): -7279934 or 12774032. OLE color: 12774032.
HSL color Cylindrical-coordinate representation of color #90EAC2: hue angle of 153.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 #90EAC2 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 194 | - |
| CMYK | 0.38 | 0 | 0.17 | 0.08 |
| HSL | 153.33º | 0.68% | 0.74% | - |
| HSV(B) | 153.33º | 0.38% | 0.92% | - |
| XYZ | 50.66 | 68.67 | 61.62 | - |
| YUV | 202.53 | 123.18 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 194 | 0.38 | 0 | 0.17 | 0.08 | 153.33 | 0.68 | 0.74 |
| Hex | 90 | EA | C2 | 26 | 0 | 11 | 8 | 99 | 44 | 4A |
| Octal | 220 | 352 | 302 | 46 | 0 | 21 | 10 | 231 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11000010 | 100110 | 0 | 10001 | 1000 | 10011001 | 1000100 | 1001010 |
Color Harmonies of #90EAC2
Complementary color
Monochromatic Colors of #90EAC2
Black with #90EAC2
Text Example
Text Example
White with #90EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAC2; }
p { color: rgb(144,234,194); }
H1.HeaderClassName
{
color: #90EAC2;
}
.AnyTagClassName
{
color: #90EAC2;
}
</style>
background-color css
<style>
a { background-color: #90EAC2; }
a { background-color: rgb(144,234,194); }
div.DivClassName
{
background-color: #90EAC2;
}
.BgClassName
{
background-color: #90EAC2;
}
</style>
border-color css
<style>
span { border-color: #90EAC2; }
span { border-color: rgb(144,234,194); }
td.TdClassName
{
border-color: #90EAC2;
}
.TagClassName
{
border-color: #90EAC2;
}
</style>