Shades of Riptide #90DEC0
Tints of Riptide #90DEC0
RGB
CMYK
RGB Variations
Color information
#90DEC0 (or 0x90DEC0) is known color: Riptide. HEX triplet: 90, DE and C0. RGB value is (144,222,192). Sum of RGB (Red+Green+Blue) = 144+222+192=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 222 (87.11% from 255 or 39.78% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEC0 is #6F213F. Grayscale: #C3C3C3. Windows color (decimal): -7283008 or 12639888. OLE color: 12639888.
HSL color Cylindrical-coordinate representation of color #90DEC0: hue angle of 156.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DEC0 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 192 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.13 |
| HSL | 156.92º | 0.54% | 0.72% | - |
| HSV(B) | 156.92º | 0.35% | 0.87% | - |
| XYZ | 47.14 | 61.98 | 59.35 | - |
| YUV | 195.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 192 | 0.35 | 0 | 0.14 | 0.13 | 156.92 | 0.54 | 0.72 |
| Hex | 90 | DE | C0 | 23 | 0 | E | D | 9D | 36 | 48 |
| Octal | 220 | 336 | 300 | 43 | 0 | 16 | 15 | 235 | 66 | 110 |
| Binary | 10010000 | 11011110 | 11000000 | 100011 | 0 | 1110 | 1101 | 10011101 | 110110 | 1001000 |
Color Harmonies of #90DEC0
Complementary color
Monochromatic Colors of #90DEC0
Black with #90DEC0
Text Example
Text Example
White with #90DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEC0; }
p { color: rgb(144,222,192); }
H1.HeaderClassName
{
color: #90DEC0;
}
.AnyTagClassName
{
color: #90DEC0;
}
</style>
background-color css
<style>
a { background-color: #90DEC0; }
a { background-color: rgb(144,222,192); }
div.DivClassName
{
background-color: #90DEC0;
}
.BgClassName
{
background-color: #90DEC0;
}
</style>
border-color css
<style>
span { border-color: #90DEC0; }
span { border-color: rgb(144,222,192); }
td.TdClassName
{
border-color: #90DEC0;
}
.TagClassName
{
border-color: #90DEC0;
}
</style>