Shades of Riptide #90DFC5
Tints of Riptide #90DFC5
RGB
CMYK
RGB Variations
Color information
#90DFC5 (or 0x90DFC5) is known color: Riptide. HEX triplet: 90, DF and C5. RGB value is (144,223,197). Sum of RGB (Red+Green+Blue) = 144+223+197=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFC5 is #6F203A. Grayscale: #C4C4C4. Windows color (decimal): -7282747 or 12967824. OLE color: 12967824.
HSL color Cylindrical-coordinate representation of color #90DFC5: hue angle of 160.25º degrees, saturation: 0.55, 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 #90DFC5 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 197 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.13 |
| HSL | 160.25º | 0.55% | 0.72% | - |
| HSV(B) | 160.25º | 0.35% | 0.87% | - |
| XYZ | 47.97 | 62.74 | 62.4 | - |
| YUV | 196.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 197 | 0.35 | 0 | 0.12 | 0.13 | 160.25 | 0.55 | 0.72 |
| Hex | 90 | DF | C5 | 23 | 0 | C | D | A0 | 37 | 48 |
| Octal | 220 | 337 | 305 | 43 | 0 | 14 | 15 | 240 | 67 | 110 |
| Binary | 10010000 | 11011111 | 11000101 | 100011 | 0 | 1100 | 1101 | 10100000 | 110111 | 1001000 |
Color Harmonies of #90DFC5
Complementary color
Monochromatic Colors of #90DFC5
Black with #90DFC5
Text Example
Text Example
White with #90DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFC5; }
p { color: rgb(144,223,197); }
H1.HeaderClassName
{
color: #90DFC5;
}
.AnyTagClassName
{
color: #90DFC5;
}
</style>
background-color css
<style>
a { background-color: #90DFC5; }
a { background-color: rgb(144,223,197); }
div.DivClassName
{
background-color: #90DFC5;
}
.BgClassName
{
background-color: #90DFC5;
}
</style>
border-color css
<style>
span { border-color: #90DFC5; }
span { border-color: rgb(144,223,197); }
td.TdClassName
{
border-color: #90DFC5;
}
.TagClassName
{
border-color: #90DFC5;
}
</style>