Shades of Riptide #90E1CF
Tints of Riptide #90E1CF
RGB
CMYK
RGB Variations
Color information
#90E1CF (or 0x90E1CF) is known color: Riptide. HEX triplet: 90, E1 and CF. RGB value is (144,225,207). Sum of RGB (Red+Green+Blue) = 144+225+207=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #90E1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E1CF is #6F1E30. Grayscale: #C6C6C6. Windows color (decimal): -7282225 or 13623696. OLE color: 13623696.
HSL color Cylindrical-coordinate representation of color #90E1CF: hue angle of 166.67º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E1CF is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 225 | 207 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.12 |
| HSL | 166.67º | 0.57% | 0.72% | - |
| HSV(B) | 166.67º | 0.36% | 0.88% | - |
| XYZ | 49.69 | 64.28 | 68.82 | - |
| YUV | 198.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 225 | 207 | 0.36 | 0 | 0.08 | 0.12 | 166.67 | 0.57 | 0.72 |
| Hex | 90 | E1 | CF | 24 | 0 | 8 | C | A7 | 39 | 48 |
| Octal | 220 | 341 | 317 | 44 | 0 | 10 | 14 | 247 | 71 | 110 |
| Binary | 10010000 | 11100001 | 11001111 | 100100 | 0 | 1000 | 1100 | 10100111 | 111001 | 1001000 |
Color Harmonies of #90E1CF
Complementary color
Monochromatic Colors of #90E1CF
Black with #90E1CF
Text Example
Text Example
White with #90E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E1CF; }
p { color: rgb(144,225,207); }
H1.HeaderClassName
{
color: #90E1CF;
}
.AnyTagClassName
{
color: #90E1CF;
}
</style>
background-color css
<style>
a { background-color: #90E1CF; }
a { background-color: rgb(144,225,207); }
div.DivClassName
{
background-color: #90E1CF;
}
.BgClassName
{
background-color: #90E1CF;
}
</style>
border-color css
<style>
span { border-color: #90E1CF; }
span { border-color: rgb(144,225,207); }
td.TdClassName
{
border-color: #90E1CF;
}
.TagClassName
{
border-color: #90E1CF;
}
</style>