Shades of Riptide #90E9C8
Tints of Riptide #90E9C8
RGB
CMYK
RGB Variations
Color information
#90E9C8 (or 0x90E9C8) is known color: Riptide. HEX triplet: 90, E9 and C8. RGB value is (144,233,200). Sum of RGB (Red+Green+Blue) = 144+233+200=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9C8 is #6F1637. Grayscale: #CACACA. Windows color (decimal): -7280184 or 13166992. OLE color: 13166992.
HSL color Cylindrical-coordinate representation of color #90E9C8: hue angle of 157.75º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E9C8 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 200 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.09 |
| HSL | 157.75º | 0.67% | 0.74% | - |
| HSV(B) | 157.75º | 0.38% | 0.91% | - |
| XYZ | 51.07 | 68.38 | 65.15 | - |
| YUV | 202.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 200 | 0.38 | 0 | 0.14 | 0.09 | 157.75 | 0.67 | 0.74 |
| Hex | 90 | E9 | C8 | 26 | 0 | E | 9 | 9E | 43 | 4A |
| Octal | 220 | 351 | 310 | 46 | 0 | 16 | 11 | 236 | 103 | 112 |
| Binary | 10010000 | 11101001 | 11001000 | 100110 | 0 | 1110 | 1001 | 10011110 | 1000011 | 1001010 |
Color Harmonies of #90E9C8
Complementary color
Monochromatic Colors of #90E9C8
Black with #90E9C8
Text Example
Text Example
White with #90E9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9C8; }
p { color: rgb(144,233,200); }
H1.HeaderClassName
{
color: #90E9C8;
}
.AnyTagClassName
{
color: #90E9C8;
}
</style>
background-color css
<style>
a { background-color: #90E9C8; }
a { background-color: rgb(144,233,200); }
div.DivClassName
{
background-color: #90E9C8;
}
.BgClassName
{
background-color: #90E9C8;
}
</style>
border-color css
<style>
span { border-color: #90E9C8; }
span { border-color: rgb(144,233,200); }
td.TdClassName
{
border-color: #90E9C8;
}
.TagClassName
{
border-color: #90E9C8;
}
</style>