Shades of Riptide #90E5CB
Tints of Riptide #90E5CB
RGB
CMYK
RGB Variations
Color information
#90E5CB (or 0x90E5CB) is known color: Riptide. HEX triplet: 90, E5 and CB. RGB value is (144,229,203). Sum of RGB (Red+Green+Blue) = 144+229+203=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #90E5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E5CB is #6F1A34. Grayscale: #C8C8C8. Windows color (decimal): -7281205 or 13362576. OLE color: 13362576.
HSL color Cylindrical-coordinate representation of color #90E5CB: hue angle of 161.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E5CB is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 203 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.10 |
| HSL | 161.65º | 0.62% | 0.73% | - |
| HSV(B) | 161.65º | 0.37% | 0.9% | - |
| XYZ | 50.3 | 66.28 | 66.64 | - |
| YUV | 200.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 203 | 0.37 | 0 | 0.11 | 0.10 | 161.65 | 0.62 | 0.73 |
| Hex | 90 | E5 | CB | 25 | 0 | B | A | A2 | 3E | 49 |
| Octal | 220 | 345 | 313 | 45 | 0 | 13 | 12 | 242 | 76 | 111 |
| Binary | 10010000 | 11100101 | 11001011 | 100101 | 0 | 1011 | 1010 | 10100010 | 111110 | 1001001 |
Color Harmonies of #90E5CB
Complementary color
Monochromatic Colors of #90E5CB
Black with #90E5CB
Text Example
Text Example
White with #90E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5CB; }
p { color: rgb(144,229,203); }
H1.HeaderClassName
{
color: #90E5CB;
}
.AnyTagClassName
{
color: #90E5CB;
}
</style>
background-color css
<style>
a { background-color: #90E5CB; }
a { background-color: rgb(144,229,203); }
div.DivClassName
{
background-color: #90E5CB;
}
.BgClassName
{
background-color: #90E5CB;
}
</style>
border-color css
<style>
span { border-color: #90E5CB; }
span { border-color: rgb(144,229,203); }
td.TdClassName
{
border-color: #90E5CB;
}
.TagClassName
{
border-color: #90E5CB;
}
</style>