Shades of Riptide #90E8CB
Tints of Riptide #90E8CB
RGB
CMYK
RGB Variations
Color information
#90E8CB (or 0x90E8CB) is known color: Riptide. HEX triplet: 90, E8 and CB. RGB value is (144,232,203). Sum of RGB (Red+Green+Blue) = 144+232+203=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8CB is #6F1734. Grayscale: #CACACA. Windows color (decimal): -7280437 or 13363344. OLE color: 13363344.
HSL color Cylindrical-coordinate representation of color #90E8CB: hue angle of 160.23º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E8CB is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 203 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.09 |
| HSL | 160.23º | 0.66% | 0.74% | - |
| HSV(B) | 160.23º | 0.38% | 0.91% | - |
| XYZ | 51.14 | 67.95 | 66.92 | - |
| YUV | 202.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 203 | 0.38 | 0 | 0.12 | 0.09 | 160.23 | 0.66 | 0.74 |
| Hex | 90 | E8 | CB | 26 | 0 | C | 9 | A0 | 42 | 4A |
| Octal | 220 | 350 | 313 | 46 | 0 | 14 | 11 | 240 | 102 | 112 |
| Binary | 10010000 | 11101000 | 11001011 | 100110 | 0 | 1100 | 1001 | 10100000 | 1000010 | 1001010 |
Color Harmonies of #90E8CB
Complementary color
Monochromatic Colors of #90E8CB
Black with #90E8CB
Text Example
Text Example
White with #90E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8CB; }
p { color: rgb(144,232,203); }
H1.HeaderClassName
{
color: #90E8CB;
}
.AnyTagClassName
{
color: #90E8CB;
}
</style>
background-color css
<style>
a { background-color: #90E8CB; }
a { background-color: rgb(144,232,203); }
div.DivClassName
{
background-color: #90E8CB;
}
.BgClassName
{
background-color: #90E8CB;
}
</style>
border-color css
<style>
span { border-color: #90E8CB; }
span { border-color: rgb(144,232,203); }
td.TdClassName
{
border-color: #90E8CB;
}
.TagClassName
{
border-color: #90E8CB;
}
</style>