Shades of Riptide #90D2C9
Tints of Riptide #90D2C9
RGB
CMYK
RGB Variations
Color information
#90D2C9 (or 0x90D2C9) is known color: Riptide. HEX triplet: 90, D2 and C9. RGB value is (144,210,201). Sum of RGB (Red+Green+Blue) = 144+210+201=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D2C9 is #6F2D36. Grayscale: #BDBDBD. Windows color (decimal): -7286071 or 13226640. OLE color: 13226640.
HSL color Cylindrical-coordinate representation of color #90D2C9: hue angle of 171.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D2C9 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 210 | 201 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.18 |
| HSL | 171.82º | 0.42% | 0.69% | - |
| HSV(B) | 171.82º | 0.31% | 0.82% | - |
| XYZ | 45.09 | 56.24 | 63.74 | - |
| YUV | 189.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 201 | 0.31 | 0 | 0.04 | 0.18 | 171.82 | 0.42 | 0.69 |
| Hex | 90 | D2 | C9 | 1F | 0 | 4 | 12 | AC | 2A | 45 |
| Octal | 220 | 322 | 311 | 37 | 0 | 4 | 22 | 254 | 52 | 105 |
| Binary | 10010000 | 11010010 | 11001001 | 11111 | 0 | 100 | 10010 | 10101100 | 101010 | 1000101 |
Color Harmonies of #90D2C9
Complementary color
Monochromatic Colors of #90D2C9
Black with #90D2C9
Text Example
Text Example
White with #90D2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2C9; }
p { color: rgb(144,210,201); }
H1.HeaderClassName
{
color: #90D2C9;
}
.AnyTagClassName
{
color: #90D2C9;
}
</style>
background-color css
<style>
a { background-color: #90D2C9; }
a { background-color: rgb(144,210,201); }
div.DivClassName
{
background-color: #90D2C9;
}
.BgClassName
{
background-color: #90D2C9;
}
</style>
border-color css
<style>
span { border-color: #90D2C9; }
span { border-color: rgb(144,210,201); }
td.TdClassName
{
border-color: #90D2C9;
}
.TagClassName
{
border-color: #90D2C9;
}
</style>