Shades of Riptide #90DFC7
Tints of Riptide #90DFC7
RGB
CMYK
RGB Variations
Color information
#90DFC7 (or 0x90DFC7) is known color: Riptide. HEX triplet: 90, DF and C7. RGB value is (144,223,199). Sum of RGB (Red+Green+Blue) = 144+223+199=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DFC7 is #6F2038. Grayscale: #C4C4C4. Windows color (decimal): -7282745 or 13098896. OLE color: 13098896.
HSL color Cylindrical-coordinate representation of color #90DFC7: hue angle of 161.77º 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 #90DFC7 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 199 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.13 |
| HSL | 161.77º | 0.55% | 0.72% | - |
| HSV(B) | 161.77º | 0.35% | 0.87% | - |
| XYZ | 48.2 | 62.83 | 63.62 | - |
| YUV | 196.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 199 | 0.35 | 0 | 0.11 | 0.13 | 161.77 | 0.55 | 0.72 |
| Hex | 90 | DF | C7 | 23 | 0 | B | D | A2 | 37 | 48 |
| Octal | 220 | 337 | 307 | 43 | 0 | 13 | 15 | 242 | 67 | 110 |
| Binary | 10010000 | 11011111 | 11000111 | 100011 | 0 | 1011 | 1101 | 10100010 | 110111 | 1001000 |
Color Harmonies of #90DFC7
Complementary color
Monochromatic Colors of #90DFC7
Black with #90DFC7
Text Example
Text Example
White with #90DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFC7; }
p { color: rgb(144,223,199); }
H1.HeaderClassName
{
color: #90DFC7;
}
.AnyTagClassName
{
color: #90DFC7;
}
</style>
background-color css
<style>
a { background-color: #90DFC7; }
a { background-color: rgb(144,223,199); }
div.DivClassName
{
background-color: #90DFC7;
}
.BgClassName
{
background-color: #90DFC7;
}
</style>
border-color css
<style>
span { border-color: #90DFC7; }
span { border-color: rgb(144,223,199); }
td.TdClassName
{
border-color: #90DFC7;
}
.TagClassName
{
border-color: #90DFC7;
}
</style>