Shades of Riptide #90DDCD
Tints of Riptide #90DDCD
RGB
CMYK
RGB Variations
Color information
#90DDCD (or 0x90DDCD) is known color: Riptide. HEX triplet: 90, DD and CD. RGB value is (144,221,205). Sum of RGB (Red+Green+Blue) = 144+221+205=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DDCD is #6F2232. Grayscale: #C4C4C4. Windows color (decimal): -7283251 or 13491600. OLE color: 13491600.
HSL color Cylindrical-coordinate representation of color #90DDCD: hue angle of 167.53º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DDCD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 205 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.13 |
| HSL | 167.53º | 0.53% | 0.72% | - |
| HSV(B) | 167.53º | 0.35% | 0.87% | - |
| XYZ | 48.38 | 62.05 | 67.18 | - |
| YUV | 196.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 205 | 0.35 | 0 | 0.07 | 0.13 | 167.53 | 0.53 | 0.72 |
| Hex | 90 | DD | CD | 23 | 0 | 7 | D | A8 | 35 | 48 |
| Octal | 220 | 335 | 315 | 43 | 0 | 7 | 15 | 250 | 65 | 110 |
| Binary | 10010000 | 11011101 | 11001101 | 100011 | 0 | 111 | 1101 | 10101000 | 110101 | 1001000 |
Color Harmonies of #90DDCD
Complementary color
Monochromatic Colors of #90DDCD
Black with #90DDCD
Text Example
Text Example
White with #90DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDCD; }
p { color: rgb(144,221,205); }
H1.HeaderClassName
{
color: #90DDCD;
}
.AnyTagClassName
{
color: #90DDCD;
}
</style>
background-color css
<style>
a { background-color: #90DDCD; }
a { background-color: rgb(144,221,205); }
div.DivClassName
{
background-color: #90DDCD;
}
.BgClassName
{
background-color: #90DDCD;
}
</style>
border-color css
<style>
span { border-color: #90DDCD; }
span { border-color: rgb(144,221,205); }
td.TdClassName
{
border-color: #90DDCD;
}
.TagClassName
{
border-color: #90DDCD;
}
</style>