Shades of Riptide #90ECCE
Tints of Riptide #90ECCE
RGB
CMYK
RGB Variations
Color information
#90ECCE (or 0x90ECCE) is known color: Riptide. HEX triplet: 90, EC and CE. RGB value is (144,236,206). Sum of RGB (Red+Green+Blue) = 144+236+206=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90ECCE is #6F1331. Grayscale: #CDCDCD. Windows color (decimal): -7279410 or 13560976. OLE color: 13560976.
HSL color Cylindrical-coordinate representation of color #90ECCE: hue angle of 160.43º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ECCE is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 206 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.07 |
| HSL | 160.43º | 0.71% | 0.75% | - |
| HSV(B) | 160.43º | 0.39% | 0.93% | - |
| XYZ | 52.64 | 70.38 | 69.2 | - |
| YUV | 205.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 206 | 0.39 | 0 | 0.13 | 0.07 | 160.43 | 0.71 | 0.75 |
| Hex | 90 | EC | CE | 27 | 0 | D | 7 | A0 | 47 | 4B |
| Octal | 220 | 354 | 316 | 47 | 0 | 15 | 7 | 240 | 107 | 113 |
| Binary | 10010000 | 11101100 | 11001110 | 100111 | 0 | 1101 | 111 | 10100000 | 1000111 | 1001011 |
Color Harmonies of #90ECCE
Complementary color
Monochromatic Colors of #90ECCE
Black with #90ECCE
Text Example
Text Example
White with #90ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECCE; }
p { color: rgb(144,236,206); }
H1.HeaderClassName
{
color: #90ECCE;
}
.AnyTagClassName
{
color: #90ECCE;
}
</style>
background-color css
<style>
a { background-color: #90ECCE; }
a { background-color: rgb(144,236,206); }
div.DivClassName
{
background-color: #90ECCE;
}
.BgClassName
{
background-color: #90ECCE;
}
</style>
border-color css
<style>
span { border-color: #90ECCE; }
span { border-color: rgb(144,236,206); }
td.TdClassName
{
border-color: #90ECCE;
}
.TagClassName
{
border-color: #90ECCE;
}
</style>