Shades of Riptide #90D2C5
Tints of Riptide #90D2C5
RGB
CMYK
RGB Variations
Color information
#90D2C5 (or 0x90D2C5) is known color: Riptide. HEX triplet: 90, D2 and C5. RGB value is (144,210,197). Sum of RGB (Red+Green+Blue) = 144+210+197=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D2C5 is #6F2D3A. Grayscale: #BCBCBC. Windows color (decimal): -7286075 or 12964496. OLE color: 12964496.
HSL color Cylindrical-coordinate representation of color #90D2C5: hue angle of 168.18º 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 #90D2C5 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 210 | 197 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.18 |
| HSL | 168.18º | 0.42% | 0.69% | - |
| HSV(B) | 168.18º | 0.31% | 0.82% | - |
| XYZ | 44.63 | 56.05 | 61.29 | - |
| YUV | 188.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 197 | 0.31 | 0 | 0.06 | 0.18 | 168.18 | 0.42 | 0.69 |
| Hex | 90 | D2 | C5 | 1F | 0 | 6 | 12 | A8 | 2A | 45 |
| Octal | 220 | 322 | 305 | 37 | 0 | 6 | 22 | 250 | 52 | 105 |
| Binary | 10010000 | 11010010 | 11000101 | 11111 | 0 | 110 | 10010 | 10101000 | 101010 | 1000101 |
Color Harmonies of #90D2C5
Complementary color
Monochromatic Colors of #90D2C5
Black with #90D2C5
Text Example
Text Example
White with #90D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D2C5; }
p { color: rgb(144,210,197); }
H1.HeaderClassName
{
color: #90D2C5;
}
.AnyTagClassName
{
color: #90D2C5;
}
</style>
background-color css
<style>
a { background-color: #90D2C5; }
a { background-color: rgb(144,210,197); }
div.DivClassName
{
background-color: #90D2C5;
}
.BgClassName
{
background-color: #90D2C5;
}
</style>
border-color css
<style>
span { border-color: #90D2C5; }
span { border-color: rgb(144,210,197); }
td.TdClassName
{
border-color: #90D2C5;
}
.TagClassName
{
border-color: #90D2C5;
}
</style>