Shades of Riptide #90DBC2
Tints of Riptide #90DBC2
RGB
CMYK
RGB Variations
Color information
#90DBC2 (or 0x90DBC2) is known color: Riptide. HEX triplet: 90, DB and C2. RGB value is (144,219,194). Sum of RGB (Red+Green+Blue) = 144+219+194=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBC2 is #6F243D. Grayscale: #C1C1C1. Windows color (decimal): -7283774 or 12770192. OLE color: 12770192.
HSL color Cylindrical-coordinate representation of color #90DBC2: hue angle of 160º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DBC2 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 194 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.14 |
| HSL | 160º | 0.51% | 0.71% | - |
| HSV(B) | 160º | 0.34% | 0.86% | - |
| XYZ | 46.57 | 60.49 | 60.26 | - |
| YUV | 193.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 194 | 0.34 | 0 | 0.11 | 0.14 | 160 | 0.51 | 0.71 |
| Hex | 90 | DB | C2 | 22 | 0 | B | E | A0 | 33 | 47 |
| Octal | 220 | 333 | 302 | 42 | 0 | 13 | 16 | 240 | 63 | 107 |
| Binary | 10010000 | 11011011 | 11000010 | 100010 | 0 | 1011 | 1110 | 10100000 | 110011 | 1000111 |
Color Harmonies of #90DBC2
Complementary color
Monochromatic Colors of #90DBC2
Black with #90DBC2
Text Example
Text Example
White with #90DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBC2; }
p { color: rgb(144,219,194); }
H1.HeaderClassName
{
color: #90DBC2;
}
.AnyTagClassName
{
color: #90DBC2;
}
</style>
background-color css
<style>
a { background-color: #90DBC2; }
a { background-color: rgb(144,219,194); }
div.DivClassName
{
background-color: #90DBC2;
}
.BgClassName
{
background-color: #90DBC2;
}
</style>
border-color css
<style>
span { border-color: #90DBC2; }
span { border-color: rgb(144,219,194); }
td.TdClassName
{
border-color: #90DBC2;
}
.TagClassName
{
border-color: #90DBC2;
}
</style>