Shades of Riptide #90DDC5
Tints of Riptide #90DDC5
RGB
CMYK
RGB Variations
Color information
#90DDC5 (or 0x90DDC5) is known color: Riptide. HEX triplet: 90, DD and C5. RGB value is (144,221,197). Sum of RGB (Red+Green+Blue) = 144+221+197=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DDC5 is #6F223A. Grayscale: #C3C3C3. Windows color (decimal): -7283259 or 12967312. OLE color: 12967312.
HSL color Cylindrical-coordinate representation of color #90DDC5: hue angle of 161.3º 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 #90DDC5 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 197 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.13 |
| HSL | 161.3º | 0.53% | 0.72% | - |
| HSV(B) | 161.3º | 0.35% | 0.87% | - |
| XYZ | 47.44 | 61.67 | 62.23 | - |
| YUV | 195.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 197 | 0.35 | 0 | 0.11 | 0.13 | 161.3 | 0.53 | 0.72 |
| Hex | 90 | DD | C5 | 23 | 0 | B | D | A1 | 35 | 48 |
| Octal | 220 | 335 | 305 | 43 | 0 | 13 | 15 | 241 | 65 | 110 |
| Binary | 10010000 | 11011101 | 11000101 | 100011 | 0 | 1011 | 1101 | 10100001 | 110101 | 1001000 |
Color Harmonies of #90DDC5
Complementary color
Monochromatic Colors of #90DDC5
Black with #90DDC5
Text Example
Text Example
White with #90DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDC5; }
p { color: rgb(144,221,197); }
H1.HeaderClassName
{
color: #90DDC5;
}
.AnyTagClassName
{
color: #90DDC5;
}
</style>
background-color css
<style>
a { background-color: #90DDC5; }
a { background-color: rgb(144,221,197); }
div.DivClassName
{
background-color: #90DDC5;
}
.BgClassName
{
background-color: #90DDC5;
}
</style>
border-color css
<style>
span { border-color: #90DDC5; }
span { border-color: rgb(144,221,197); }
td.TdClassName
{
border-color: #90DDC5;
}
.TagClassName
{
border-color: #90DDC5;
}
</style>