Shades of Riptide #90EDCC
Tints of Riptide #90EDCC
RGB
CMYK
RGB Variations
Color information
#90EDCC (or 0x90EDCC) is known color: Riptide. HEX triplet: 90, ED and CC. RGB value is (144,237,204). Sum of RGB (Red+Green+Blue) = 144+237+204=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDCC is #6F1233. Grayscale: #CDCDCD. Windows color (decimal): -7279156 or 13430160. OLE color: 13430160.
HSL color Cylindrical-coordinate representation of color #90EDCC: hue angle of 158.71º degrees, saturation: 0.72, 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 #90EDCC is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 237 | 204 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.07 |
| HSL | 158.71º | 0.72% | 0.75% | - |
| HSV(B) | 158.71º | 0.39% | 0.93% | - |
| XYZ | 52.68 | 70.86 | 68.03 | - |
| YUV | 205.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 204 | 0.39 | 0 | 0.14 | 0.07 | 158.71 | 0.72 | 0.75 |
| Hex | 90 | ED | CC | 27 | 0 | E | 7 | 9F | 48 | 4B |
| Octal | 220 | 355 | 314 | 47 | 0 | 16 | 7 | 237 | 110 | 113 |
| Binary | 10010000 | 11101101 | 11001100 | 100111 | 0 | 1110 | 111 | 10011111 | 1001000 | 1001011 |
Color Harmonies of #90EDCC
Complementary color
Monochromatic Colors of #90EDCC
Black with #90EDCC
Text Example
Text Example
White with #90EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDCC; }
p { color: rgb(144,237,204); }
H1.HeaderClassName
{
color: #90EDCC;
}
.AnyTagClassName
{
color: #90EDCC;
}
</style>
background-color css
<style>
a { background-color: #90EDCC; }
a { background-color: rgb(144,237,204); }
div.DivClassName
{
background-color: #90EDCC;
}
.BgClassName
{
background-color: #90EDCC;
}
</style>
border-color css
<style>
span { border-color: #90EDCC; }
span { border-color: rgb(144,237,204); }
td.TdClassName
{
border-color: #90EDCC;
}
.TagClassName
{
border-color: #90EDCC;
}
</style>