Shades of Riptide #90E8CF
Tints of Riptide #90E8CF
RGB
CMYK
RGB Variations
Color information
#90E8CF (or 0x90E8CF) is known color: Riptide. HEX triplet: 90, E8 and CF. RGB value is (144,232,207). Sum of RGB (Red+Green+Blue) = 144+232+207=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8CF is #6F1730. Grayscale: #CACACA. Windows color (decimal): -7280433 or 13625488. OLE color: 13625488.
HSL color Cylindrical-coordinate representation of color #90E8CF: hue angle of 162.95º degrees, saturation: 0.66, 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 #90E8CF is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 207 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.09 |
| HSL | 162.95º | 0.66% | 0.74% | - |
| HSV(B) | 162.95º | 0.38% | 0.91% | - |
| XYZ | 51.62 | 68.15 | 69.46 | - |
| YUV | 202.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 207 | 0.38 | 0 | 0.11 | 0.09 | 162.95 | 0.66 | 0.74 |
| Hex | 90 | E8 | CF | 26 | 0 | B | 9 | A3 | 42 | 4A |
| Octal | 220 | 350 | 317 | 46 | 0 | 13 | 11 | 243 | 102 | 112 |
| Binary | 10010000 | 11101000 | 11001111 | 100110 | 0 | 1011 | 1001 | 10100011 | 1000010 | 1001010 |
Color Harmonies of #90E8CF
Complementary color
Monochromatic Colors of #90E8CF
Black with #90E8CF
Text Example
Text Example
White with #90E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8CF; }
p { color: rgb(144,232,207); }
H1.HeaderClassName
{
color: #90E8CF;
}
.AnyTagClassName
{
color: #90E8CF;
}
</style>
background-color css
<style>
a { background-color: #90E8CF; }
a { background-color: rgb(144,232,207); }
div.DivClassName
{
background-color: #90E8CF;
}
.BgClassName
{
background-color: #90E8CF;
}
</style>
border-color css
<style>
span { border-color: #90E8CF; }
span { border-color: rgb(144,232,207); }
td.TdClassName
{
border-color: #90E8CF;
}
.TagClassName
{
border-color: #90E8CF;
}
</style>