Shades of Riptide #7EDFD3
Tints of Riptide #7EDFD3
RGB
CMYK
RGB Variations
Color information
#7EDFD3 (or 0x7EDFD3) is known color: Riptide. HEX triplet: 7E, DF and D3. RGB value is (126,223,211). Sum of RGB (Red+Green+Blue) = 126+223+211=560 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.5% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFD3 is #81202C. Grayscale: #C0C0C0. Windows color (decimal): -8462381 or 13885310. OLE color: 13885310.
HSL color Cylindrical-coordinate representation of color #7EDFD3: hue angle of 172.58º 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 #7EDFD3 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 211 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.13 |
| HSL | 172.58º | 0.6% | 0.68% | - |
| HSV(B) | 172.58º | 0.43% | 0.87% | - |
| XYZ | 46.75 | 61.91 | 71.11 | - |
| YUV | 192.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 211 | 0.43 | 0 | 0.05 | 0.13 | 172.58 | 0.6 | 0.68 |
| Hex | 7E | DF | D3 | 2B | 0 | 5 | D | AD | 3C | 44 |
| Octal | 176 | 337 | 323 | 53 | 0 | 5 | 15 | 255 | 74 | 104 |
| Binary | 1111110 | 11011111 | 11010011 | 101011 | 0 | 101 | 1101 | 10101101 | 111100 | 1000100 |
Color Harmonies of #7EDFD3
Complementary color
Monochromatic Colors of #7EDFD3
Black with #7EDFD3
Text Example
Text Example
White with #7EDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFD3; }
p { color: rgb(126,223,211); }
H1.HeaderClassName
{
color: #7EDFD3;
}
.AnyTagClassName
{
color: #7EDFD3;
}
</style>
background-color css
<style>
a { background-color: #7EDFD3; }
a { background-color: rgb(126,223,211); }
div.DivClassName
{
background-color: #7EDFD3;
}
.BgClassName
{
background-color: #7EDFD3;
}
</style>
border-color css
<style>
span { border-color: #7EDFD3; }
span { border-color: rgb(126,223,211); }
td.TdClassName
{
border-color: #7EDFD3;
}
.TagClassName
{
border-color: #7EDFD3;
}
</style>