Shades of Riptide #7EDFD0
Tints of Riptide #7EDFD0
RGB
CMYK
RGB Variations
Color information
#7EDFD0 (or 0x7EDFD0) is known color: Riptide. HEX triplet: 7E, DF and D0. RGB value is (126,223,208). Sum of RGB (Red+Green+Blue) = 126+223+208=557 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.62% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFD0 is #81202F. Grayscale: #C0C0C0. Windows color (decimal): -8462384 or 13688702. OLE color: 13688702.
HSL color Cylindrical-coordinate representation of color #7EDFD0: hue angle of 170.72º degrees, saturation: 0.6, 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 #7EDFD0 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 208 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.13 |
| HSL | 170.72º | 0.6% | 0.68% | - |
| HSV(B) | 170.72º | 0.43% | 0.87% | - |
| XYZ | 46.38 | 61.77 | 69.15 | - |
| YUV | 192.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 208 | 0.43 | 0 | 0.07 | 0.13 | 170.72 | 0.6 | 0.68 |
| Hex | 7E | DF | D0 | 2B | 0 | 7 | D | AB | 3C | 44 |
| Octal | 176 | 337 | 320 | 53 | 0 | 7 | 15 | 253 | 74 | 104 |
| Binary | 1111110 | 11011111 | 11010000 | 101011 | 0 | 111 | 1101 | 10101011 | 111100 | 1000100 |
Color Harmonies of #7EDFD0
Complementary color
Monochromatic Colors of #7EDFD0
Black with #7EDFD0
Text Example
Text Example
White with #7EDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFD0; }
p { color: rgb(126,223,208); }
H1.HeaderClassName
{
color: #7EDFD0;
}
.AnyTagClassName
{
color: #7EDFD0;
}
</style>
background-color css
<style>
a { background-color: #7EDFD0; }
a { background-color: rgb(126,223,208); }
div.DivClassName
{
background-color: #7EDFD0;
}
.BgClassName
{
background-color: #7EDFD0;
}
</style>
border-color css
<style>
span { border-color: #7EDFD0; }
span { border-color: rgb(126,223,208); }
td.TdClassName
{
border-color: #7EDFD0;
}
.TagClassName
{
border-color: #7EDFD0;
}
</style>