Shades of Riptide #90DFC4
Tints of Riptide #90DFC4
RGB
CMYK
RGB Variations
Color information
#90DFC4 (or 0x90DFC4) is known color: Riptide. HEX triplet: 90, DF and C4. RGB value is (144,223,196). Sum of RGB (Red+Green+Blue) = 144+223+196=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFC4 is #6F203B. Grayscale: #C4C4C4. Windows color (decimal): -7282748 or 12902288. OLE color: 12902288.
HSL color Cylindrical-coordinate representation of color #90DFC4: hue angle of 159.49º 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 #90DFC4 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 196 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.13 |
| HSL | 159.49º | 0.55% | 0.72% | - |
| HSV(B) | 159.49º | 0.35% | 0.87% | - |
| XYZ | 47.85 | 62.69 | 61.8 | - |
| YUV | 196.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 196 | 0.35 | 0 | 0.12 | 0.13 | 159.49 | 0.55 | 0.72 |
| Hex | 90 | DF | C4 | 23 | 0 | C | D | 9F | 37 | 48 |
| Octal | 220 | 337 | 304 | 43 | 0 | 14 | 15 | 237 | 67 | 110 |
| Binary | 10010000 | 11011111 | 11000100 | 100011 | 0 | 1100 | 1101 | 10011111 | 110111 | 1001000 |
Color Harmonies of #90DFC4
Complementary color
Monochromatic Colors of #90DFC4
Black with #90DFC4
Text Example
Text Example
White with #90DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFC4; }
p { color: rgb(144,223,196); }
H1.HeaderClassName
{
color: #90DFC4;
}
.AnyTagClassName
{
color: #90DFC4;
}
</style>
background-color css
<style>
a { background-color: #90DFC4; }
a { background-color: rgb(144,223,196); }
div.DivClassName
{
background-color: #90DFC4;
}
.BgClassName
{
background-color: #90DFC4;
}
</style>
border-color css
<style>
span { border-color: #90DFC4; }
span { border-color: rgb(144,223,196); }
td.TdClassName
{
border-color: #90DFC4;
}
.TagClassName
{
border-color: #90DFC4;
}
</style>