Shades of Riptide #90DEC9
Tints of Riptide #90DEC9
RGB
CMYK
RGB Variations
Color information
#90DEC9 (or 0x90DEC9) is known color: Riptide. HEX triplet: 90, DE and C9. RGB value is (144,222,201). Sum of RGB (Red+Green+Blue) = 144+222+201=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEC9 is #6F2136. Grayscale: #C4C4C4. Windows color (decimal): -7282999 or 13229712. OLE color: 13229712.
HSL color Cylindrical-coordinate representation of color #90DEC9: hue angle of 163.85º 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 #90DEC9 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 201 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.13 |
| HSL | 163.85º | 0.54% | 0.72% | - |
| HSV(B) | 163.85º | 0.35% | 0.87% | - |
| XYZ | 48.17 | 62.39 | 64.76 | - |
| YUV | 196.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 201 | 0.35 | 0 | 0.09 | 0.13 | 163.85 | 0.54 | 0.72 |
| Hex | 90 | DE | C9 | 23 | 0 | 9 | D | A4 | 36 | 48 |
| Octal | 220 | 336 | 311 | 43 | 0 | 11 | 15 | 244 | 66 | 110 |
| Binary | 10010000 | 11011110 | 11001001 | 100011 | 0 | 1001 | 1101 | 10100100 | 110110 | 1001000 |
Color Harmonies of #90DEC9
Complementary color
Monochromatic Colors of #90DEC9
Black with #90DEC9
Text Example
Text Example
White with #90DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEC9; }
p { color: rgb(144,222,201); }
H1.HeaderClassName
{
color: #90DEC9;
}
.AnyTagClassName
{
color: #90DEC9;
}
</style>
background-color css
<style>
a { background-color: #90DEC9; }
a { background-color: rgb(144,222,201); }
div.DivClassName
{
background-color: #90DEC9;
}
.BgClassName
{
background-color: #90DEC9;
}
</style>
border-color css
<style>
span { border-color: #90DEC9; }
span { border-color: rgb(144,222,201); }
td.TdClassName
{
border-color: #90DEC9;
}
.TagClassName
{
border-color: #90DEC9;
}
</style>