Shades of Riptide #7EDDD5
Tints of Riptide #7EDDD5
RGB
CMYK
RGB Variations
Color information
#7EDDD5 (or 0x7EDDD5) is known color: Riptide. HEX triplet: 7E, DD and D5. RGB value is (126,221,213). Sum of RGB (Red+Green+Blue) = 126+221+213=560 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.5% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDD5 is #81222A. Grayscale: #BFBFBF. Windows color (decimal): -8462891 or 14015870. OLE color: 14015870.
HSL color Cylindrical-coordinate representation of color #7EDDD5: hue angle of 174.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDDD5 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 213 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.13 |
| HSL | 174.95º | 0.58% | 0.68% | - |
| HSV(B) | 174.95º | 0.43% | 0.87% | - |
| XYZ | 46.47 | 60.95 | 72.27 | - |
| YUV | 191.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 213 | 0.43 | 0 | 0.04 | 0.13 | 174.95 | 0.58 | 0.68 |
| Hex | 7E | DD | D5 | 2B | 0 | 4 | D | AF | 3A | 44 |
| Octal | 176 | 335 | 325 | 53 | 0 | 4 | 15 | 257 | 72 | 104 |
| Binary | 1111110 | 11011101 | 11010101 | 101011 | 0 | 100 | 1101 | 10101111 | 111010 | 1000100 |
Color Harmonies of #7EDDD5
Complementary color
Monochromatic Colors of #7EDDD5
Black with #7EDDD5
Text Example
Text Example
White with #7EDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDDD5; }
p { color: rgb(126,221,213); }
H1.HeaderClassName
{
color: #7EDDD5;
}
.AnyTagClassName
{
color: #7EDDD5;
}
</style>
background-color css
<style>
a { background-color: #7EDDD5; }
a { background-color: rgb(126,221,213); }
div.DivClassName
{
background-color: #7EDDD5;
}
.BgClassName
{
background-color: #7EDDD5;
}
</style>
border-color css
<style>
span { border-color: #7EDDD5; }
span { border-color: rgb(126,221,213); }
td.TdClassName
{
border-color: #7EDDD5;
}
.TagClassName
{
border-color: #7EDDD5;
}
</style>