Shades of Riptide #90D7CE
Tints of Riptide #90D7CE
RGB
CMYK
RGB Variations
Color information
#90D7CE (or 0x90D7CE) is known color: Riptide. HEX triplet: 90, D7 and CE. RGB value is (144,215,206). Sum of RGB (Red+Green+Blue) = 144+215+206=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 215 - color contains mainly: green. Hex color #90D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D7CE is #6F2831. Grayscale: #C0C0C0. Windows color (decimal): -7284786 or 13555600. OLE color: 13555600.
HSL color Cylindrical-coordinate representation of color #90D7CE: hue angle of 172.39º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D7CE is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 206 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.16 |
| HSL | 172.39º | 0.47% | 0.7% | - |
| HSV(B) | 172.39º | 0.33% | 0.84% | - |
| XYZ | 46.94 | 58.99 | 67.3 | - |
| YUV | 192.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 206 | 0.33 | 0 | 0.04 | 0.16 | 172.39 | 0.47 | 0.7 |
| Hex | 90 | D7 | CE | 21 | 0 | 4 | 10 | AC | 2F | 46 |
| Octal | 220 | 327 | 316 | 41 | 0 | 4 | 20 | 254 | 57 | 106 |
| Binary | 10010000 | 11010111 | 11001110 | 100001 | 0 | 100 | 10000 | 10101100 | 101111 | 1000110 |
Color Harmonies of #90D7CE
Complementary color
Monochromatic Colors of #90D7CE
Black with #90D7CE
Text Example
Text Example
White with #90D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D7CE; }
p { color: rgb(144,215,206); }
H1.HeaderClassName
{
color: #90D7CE;
}
.AnyTagClassName
{
color: #90D7CE;
}
</style>
background-color css
<style>
a { background-color: #90D7CE; }
a { background-color: rgb(144,215,206); }
div.DivClassName
{
background-color: #90D7CE;
}
.BgClassName
{
background-color: #90D7CE;
}
</style>
border-color css
<style>
span { border-color: #90D7CE; }
span { border-color: rgb(144,215,206); }
td.TdClassName
{
border-color: #90D7CE;
}
.TagClassName
{
border-color: #90D7CE;
}
</style>