Shades of Riptide #90EACD
Tints of Riptide #90EACD
RGB
CMYK
RGB Variations
Color information
#90EACD (or 0x90EACD) is known color: Riptide. HEX triplet: 90, EA and CD. RGB value is (144,234,205). Sum of RGB (Red+Green+Blue) = 144+234+205=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #90EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EACD is #6F1532. Grayscale: #CBCBCB. Windows color (decimal): -7279923 or 13494928. OLE color: 13494928.
HSL color Cylindrical-coordinate representation of color #90EACD: hue angle of 160.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 #90EACD is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 205 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.08 |
| HSL | 160.67º | 0.68% | 0.74% | - |
| HSV(B) | 160.67º | 0.38% | 0.92% | - |
| XYZ | 51.94 | 69.18 | 68.37 | - |
| YUV | 203.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 205 | 0.38 | 0 | 0.12 | 0.08 | 160.67 | 0.68 | 0.74 |
| Hex | 90 | EA | CD | 26 | 0 | C | 8 | A1 | 44 | 4A |
| Octal | 220 | 352 | 315 | 46 | 0 | 14 | 10 | 241 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11001101 | 100110 | 0 | 1100 | 1000 | 10100001 | 1000100 | 1001010 |
Color Harmonies of #90EACD
Complementary color
Monochromatic Colors of #90EACD
Black with #90EACD
Text Example
Text Example
White with #90EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EACD; }
p { color: rgb(144,234,205); }
H1.HeaderClassName
{
color: #90EACD;
}
.AnyTagClassName
{
color: #90EACD;
}
</style>
background-color css
<style>
a { background-color: #90EACD; }
a { background-color: rgb(144,234,205); }
div.DivClassName
{
background-color: #90EACD;
}
.BgClassName
{
background-color: #90EACD;
}
</style>
border-color css
<style>
span { border-color: #90EACD; }
span { border-color: rgb(144,234,205); }
td.TdClassName
{
border-color: #90EACD;
}
.TagClassName
{
border-color: #90EACD;
}
</style>