Shades of Riptide #7EDFCD
Tints of Riptide #7EDFCD
RGB
CMYK
RGB Variations
Color information
#7EDFCD (or 0x7EDFCD) is known color: Riptide. HEX triplet: 7E, DF and CD. RGB value is (126,223,205). Sum of RGB (Red+Green+Blue) = 126+223+205=554 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.74% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFCD is #812032. Grayscale: #BFBFBF. Windows color (decimal): -8462387 or 13492094. OLE color: 13492094.
HSL color Cylindrical-coordinate representation of color #7EDFCD: hue angle of 168.87º 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 #7EDFCD is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 205 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.13 |
| HSL | 168.87º | 0.6% | 0.68% | - |
| HSV(B) | 168.87º | 0.43% | 0.87% | - |
| XYZ | 46.01 | 61.62 | 67.23 | - |
| YUV | 191.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 205 | 0.43 | 0 | 0.08 | 0.13 | 168.87 | 0.6 | 0.68 |
| Hex | 7E | DF | CD | 2B | 0 | 8 | D | A9 | 3C | 44 |
| Octal | 176 | 337 | 315 | 53 | 0 | 10 | 15 | 251 | 74 | 104 |
| Binary | 1111110 | 11011111 | 11001101 | 101011 | 0 | 1000 | 1101 | 10101001 | 111100 | 1000100 |
Color Harmonies of #7EDFCD
Complementary color
Monochromatic Colors of #7EDFCD
Black with #7EDFCD
Text Example
Text Example
White with #7EDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFCD; }
p { color: rgb(126,223,205); }
H1.HeaderClassName
{
color: #7EDFCD;
}
.AnyTagClassName
{
color: #7EDFCD;
}
</style>
background-color css
<style>
a { background-color: #7EDFCD; }
a { background-color: rgb(126,223,205); }
div.DivClassName
{
background-color: #7EDFCD;
}
.BgClassName
{
background-color: #7EDFCD;
}
</style>
border-color css
<style>
span { border-color: #7EDFCD; }
span { border-color: rgb(126,223,205); }
td.TdClassName
{
border-color: #7EDFCD;
}
.TagClassName
{
border-color: #7EDFCD;
}
</style>