Shades of Riptide #90DEC8
Tints of Riptide #90DEC8
RGB
CMYK
RGB Variations
Color information
#90DEC8 (or 0x90DEC8) is known color: Riptide. HEX triplet: 90, DE and C8. RGB value is (144,222,200). Sum of RGB (Red+Green+Blue) = 144+222+200=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEC8 is #6F2137. Grayscale: #C4C4C4. Windows color (decimal): -7283000 or 13164176. OLE color: 13164176.
HSL color Cylindrical-coordinate representation of color #90DEC8: hue angle of 163.08º 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 #90DEC8 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 200 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.13 |
| HSL | 163.08º | 0.54% | 0.72% | - |
| HSV(B) | 163.08º | 0.35% | 0.87% | - |
| XYZ | 48.05 | 62.34 | 64.14 | - |
| YUV | 196.17 | 130.16 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 200 | 0.35 | 0 | 0.10 | 0.13 | 163.08 | 0.54 | 0.72 |
| Hex | 90 | DE | C8 | 23 | 0 | A | D | A3 | 36 | 48 |
| Octal | 220 | 336 | 310 | 43 | 0 | 12 | 15 | 243 | 66 | 110 |
| Binary | 10010000 | 11011110 | 11001000 | 100011 | 0 | 1010 | 1101 | 10100011 | 110110 | 1001000 |
Color Harmonies of #90DEC8
Complementary color
Monochromatic Colors of #90DEC8
Black with #90DEC8
Text Example
Text Example
White with #90DEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEC8; }
p { color: rgb(144,222,200); }
H1.HeaderClassName
{
color: #90DEC8;
}
.AnyTagClassName
{
color: #90DEC8;
}
</style>
background-color css
<style>
a { background-color: #90DEC8; }
a { background-color: rgb(144,222,200); }
div.DivClassName
{
background-color: #90DEC8;
}
.BgClassName
{
background-color: #90DEC8;
}
</style>
border-color css
<style>
span { border-color: #90DEC8; }
span { border-color: rgb(144,222,200); }
td.TdClassName
{
border-color: #90DEC8;
}
.TagClassName
{
border-color: #90DEC8;
}
</style>