Shades of Riptide #90DFC2
Tints of Riptide #90DFC2
RGB
CMYK
RGB Variations
Color information
#90DFC2 (or 0x90DFC2) is known color: Riptide. HEX triplet: 90, DF and C2. RGB value is (144,223,194). Sum of RGB (Red+Green+Blue) = 144+223+194=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFC2 is #6F203D. Grayscale: #C4C4C4. Windows color (decimal): -7282750 or 12771216. OLE color: 12771216.
HSL color Cylindrical-coordinate representation of color #90DFC2: hue angle of 157.97º 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 #90DFC2 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 194 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.13 |
| HSL | 157.97º | 0.55% | 0.72% | - |
| HSV(B) | 157.97º | 0.35% | 0.87% | - |
| XYZ | 47.63 | 62.6 | 60.61 | - |
| YUV | 196.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 194 | 0.35 | 0 | 0.13 | 0.13 | 157.97 | 0.55 | 0.72 |
| Hex | 90 | DF | C2 | 23 | 0 | D | D | 9E | 37 | 48 |
| Octal | 220 | 337 | 302 | 43 | 0 | 15 | 15 | 236 | 67 | 110 |
| Binary | 10010000 | 11011111 | 11000010 | 100011 | 0 | 1101 | 1101 | 10011110 | 110111 | 1001000 |
Color Harmonies of #90DFC2
Complementary color
Monochromatic Colors of #90DFC2
Black with #90DFC2
Text Example
Text Example
White with #90DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFC2; }
p { color: rgb(144,223,194); }
H1.HeaderClassName
{
color: #90DFC2;
}
.AnyTagClassName
{
color: #90DFC2;
}
</style>
background-color css
<style>
a { background-color: #90DFC2; }
a { background-color: rgb(144,223,194); }
div.DivClassName
{
background-color: #90DFC2;
}
.BgClassName
{
background-color: #90DFC2;
}
</style>
border-color css
<style>
span { border-color: #90DFC2; }
span { border-color: rgb(144,223,194); }
td.TdClassName
{
border-color: #90DFC2;
}
.TagClassName
{
border-color: #90DFC2;
}
</style>