Shades of Riptide #90EADC
Tints of Riptide #90EADC
RGB
CMYK
RGB Variations
Color information
#90EADC (or 0x90EADC) is known color: Riptide. HEX triplet: 90, EA and DC. RGB value is (144,234,220). Sum of RGB (Red+Green+Blue) = 144+234+220=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #90EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EADC is #6F1523. Grayscale: #CDCDCD. Windows color (decimal): -7279908 or 14477968. OLE color: 14477968.
HSL color Cylindrical-coordinate representation of color #90EADC: hue angle of 170.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EADC is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 220 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.08 |
| HSL | 170.67º | 0.68% | 0.74% | - |
| HSV(B) | 170.67º | 0.38% | 0.92% | - |
| XYZ | 53.84 | 69.94 | 78.37 | - |
| YUV | 205.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 220 | 0.38 | 0 | 0.06 | 0.08 | 170.67 | 0.68 | 0.74 |
| Hex | 90 | EA | DC | 26 | 0 | 6 | 8 | AB | 44 | 4A |
| Octal | 220 | 352 | 334 | 46 | 0 | 6 | 10 | 253 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11011100 | 100110 | 0 | 110 | 1000 | 10101011 | 1000100 | 1001010 |
Color Harmonies of #90EADC
Complementary color
Monochromatic Colors of #90EADC
Black with #90EADC
Text Example
Text Example
White with #90EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EADC; }
p { color: rgb(144,234,220); }
H1.HeaderClassName
{
color: #90EADC;
}
.AnyTagClassName
{
color: #90EADC;
}
</style>
background-color css
<style>
a { background-color: #90EADC; }
a { background-color: rgb(144,234,220); }
div.DivClassName
{
background-color: #90EADC;
}
.BgClassName
{
background-color: #90EADC;
}
</style>
border-color css
<style>
span { border-color: #90EADC; }
span { border-color: rgb(144,234,220); }
td.TdClassName
{
border-color: #90EADC;
}
.TagClassName
{
border-color: #90EADC;
}
</style>