Shades of Riptide #90DBC1
Tints of Riptide #90DBC1
RGB
CMYK
RGB Variations
Color information
#90DBC1 (or 0x90DBC1) is known color: Riptide. HEX triplet: 90, DB and C1. RGB value is (144,219,193). Sum of RGB (Red+Green+Blue) = 144+219+193=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 193 (75.78% from 255 or 34.71% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBC1 is #6F243E. Grayscale: #C1C1C1. Windows color (decimal): -7283775 or 12704656. OLE color: 12704656.
HSL color Cylindrical-coordinate representation of color #90DBC1: hue angle of 159.2º 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 #90DBC1 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 193 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.14 |
| HSL | 159.2º | 0.51% | 0.71% | - |
| HSV(B) | 159.2º | 0.34% | 0.86% | - |
| XYZ | 46.46 | 60.44 | 59.67 | - |
| YUV | 193.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 193 | 0.34 | 0 | 0.12 | 0.14 | 159.2 | 0.51 | 0.71 |
| Hex | 90 | DB | C1 | 22 | 0 | C | E | 9F | 33 | 47 |
| Octal | 220 | 333 | 301 | 42 | 0 | 14 | 16 | 237 | 63 | 107 |
| Binary | 10010000 | 11011011 | 11000001 | 100010 | 0 | 1100 | 1110 | 10011111 | 110011 | 1000111 |
Color Harmonies of #90DBC1
Complementary color
Monochromatic Colors of #90DBC1
Black with #90DBC1
Text Example
Text Example
White with #90DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBC1; }
p { color: rgb(144,219,193); }
H1.HeaderClassName
{
color: #90DBC1;
}
.AnyTagClassName
{
color: #90DBC1;
}
</style>
background-color css
<style>
a { background-color: #90DBC1; }
a { background-color: rgb(144,219,193); }
div.DivClassName
{
background-color: #90DBC1;
}
.BgClassName
{
background-color: #90DBC1;
}
</style>
border-color css
<style>
span { border-color: #90DBC1; }
span { border-color: rgb(144,219,193); }
td.TdClassName
{
border-color: #90DBC1;
}
.TagClassName
{
border-color: #90DBC1;
}
</style>