Shades of Riptide #90DDCB
Tints of Riptide #90DDCB
RGB
CMYK
RGB Variations
Color information
#90DDCB (or 0x90DDCB) is known color: Riptide. HEX triplet: 90, DD and CB. RGB value is (144,221,203). Sum of RGB (Red+Green+Blue) = 144+221+203=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DDCB is #6F2234. Grayscale: #C3C3C3. Windows color (decimal): -7283253 or 13360528. OLE color: 13360528.
HSL color Cylindrical-coordinate representation of color #90DDCB: hue angle of 165.97º 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 #90DDCB is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 203 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.13 |
| HSL | 165.97º | 0.53% | 0.72% | - |
| HSV(B) | 165.97º | 0.35% | 0.87% | - |
| XYZ | 48.14 | 61.95 | 65.92 | - |
| YUV | 195.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 203 | 0.35 | 0 | 0.08 | 0.13 | 165.97 | 0.53 | 0.72 |
| Hex | 90 | DD | CB | 23 | 0 | 8 | D | A6 | 35 | 48 |
| Octal | 220 | 335 | 313 | 43 | 0 | 10 | 15 | 246 | 65 | 110 |
| Binary | 10010000 | 11011101 | 11001011 | 100011 | 0 | 1000 | 1101 | 10100110 | 110101 | 1001000 |
Color Harmonies of #90DDCB
Complementary color
Monochromatic Colors of #90DDCB
Black with #90DDCB
Text Example
Text Example
White with #90DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDCB; }
p { color: rgb(144,221,203); }
H1.HeaderClassName
{
color: #90DDCB;
}
.AnyTagClassName
{
color: #90DDCB;
}
</style>
background-color css
<style>
a { background-color: #90DDCB; }
a { background-color: rgb(144,221,203); }
div.DivClassName
{
background-color: #90DDCB;
}
.BgClassName
{
background-color: #90DDCB;
}
</style>
border-color css
<style>
span { border-color: #90DDCB; }
span { border-color: rgb(144,221,203); }
td.TdClassName
{
border-color: #90DDCB;
}
.TagClassName
{
border-color: #90DDCB;
}
</style>