Shades of Riptide #90DACE
Tints of Riptide #90DACE
RGB
CMYK
RGB Variations
Color information
#90DACE (or 0x90DACE) is known color: Riptide. HEX triplet: 90, DA and CE. RGB value is (144,218,206). Sum of RGB (Red+Green+Blue) = 144+218+206=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #90DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DACE is #6F2531. Grayscale: #C2C2C2. Windows color (decimal): -7284018 or 13556368. OLE color: 13556368.
HSL color Cylindrical-coordinate representation of color #90DACE: hue angle of 170.27º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DACE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 206 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.15 |
| HSL | 170.27º | 0.5% | 0.71% | - |
| HSV(B) | 170.27º | 0.34% | 0.85% | - |
| XYZ | 47.71 | 60.53 | 67.56 | - |
| YUV | 194.51 | 134.48 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 206 | 0.34 | 0 | 0.06 | 0.15 | 170.27 | 0.5 | 0.71 |
| Hex | 90 | DA | CE | 22 | 0 | 6 | F | AA | 32 | 47 |
| Octal | 220 | 332 | 316 | 42 | 0 | 6 | 17 | 252 | 62 | 107 |
| Binary | 10010000 | 11011010 | 11001110 | 100010 | 0 | 110 | 1111 | 10101010 | 110010 | 1000111 |
Color Harmonies of #90DACE
Complementary color
Monochromatic Colors of #90DACE
Black with #90DACE
Text Example
Text Example
White with #90DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DACE; }
p { color: rgb(144,218,206); }
H1.HeaderClassName
{
color: #90DACE;
}
.AnyTagClassName
{
color: #90DACE;
}
</style>
background-color css
<style>
a { background-color: #90DACE; }
a { background-color: rgb(144,218,206); }
div.DivClassName
{
background-color: #90DACE;
}
.BgClassName
{
background-color: #90DACE;
}
</style>
border-color css
<style>
span { border-color: #90DACE; }
span { border-color: rgb(144,218,206); }
td.TdClassName
{
border-color: #90DACE;
}
.TagClassName
{
border-color: #90DACE;
}
</style>