Shades of Riptide #90D6CB
Tints of Riptide #90D6CB
RGB
CMYK
RGB Variations
Color information
#90D6CB (or 0x90D6CB) is known color: Riptide. HEX triplet: 90, D6 and CB. RGB value is (144,214,203). Sum of RGB (Red+Green+Blue) = 144+214+203=561 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.67% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #90D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D6CB is #6F2934. Grayscale: #BFBFBF. Windows color (decimal): -7285045 or 13358736. OLE color: 13358736.
HSL color Cylindrical-coordinate representation of color #90D6CB: hue angle of 170.57º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D6CB is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 203 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.16 |
| HSL | 170.57º | 0.46% | 0.7% | - |
| HSV(B) | 170.57º | 0.33% | 0.84% | - |
| XYZ | 46.33 | 58.33 | 65.32 | - |
| YUV | 191.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 203 | 0.33 | 0 | 0.05 | 0.16 | 170.57 | 0.46 | 0.7 |
| Hex | 90 | D6 | CB | 21 | 0 | 5 | 10 | AB | 2E | 46 |
| Octal | 220 | 326 | 313 | 41 | 0 | 5 | 20 | 253 | 56 | 106 |
| Binary | 10010000 | 11010110 | 11001011 | 100001 | 0 | 101 | 10000 | 10101011 | 101110 | 1000110 |
Color Harmonies of #90D6CB
Complementary color
Monochromatic Colors of #90D6CB
Black with #90D6CB
Text Example
Text Example
White with #90D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D6CB; }
p { color: rgb(144,214,203); }
H1.HeaderClassName
{
color: #90D6CB;
}
.AnyTagClassName
{
color: #90D6CB;
}
</style>
background-color css
<style>
a { background-color: #90D6CB; }
a { background-color: rgb(144,214,203); }
div.DivClassName
{
background-color: #90D6CB;
}
.BgClassName
{
background-color: #90D6CB;
}
</style>
border-color css
<style>
span { border-color: #90D6CB; }
span { border-color: rgb(144,214,203); }
td.TdClassName
{
border-color: #90D6CB;
}
.TagClassName
{
border-color: #90D6CB;
}
</style>