Shades of Riptide #7EDECC
Tints of Riptide #7EDECC
RGB
CMYK
RGB Variations
Color information
#7EDECC (or 0x7EDECC) is known color: Riptide. HEX triplet: 7E, DE and CC. RGB value is (126,222,204). Sum of RGB (Red+Green+Blue) = 126+222+204=552 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.83% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDECC is #812133. Grayscale: #BFBFBF. Windows color (decimal): -8462644 or 13426302. OLE color: 13426302.
HSL color Cylindrical-coordinate representation of color #7EDECC: hue angle of 168.75º degrees, saturation: 0.59, 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 #7EDECC is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 204 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.13 |
| HSL | 168.75º | 0.59% | 0.68% | - |
| HSV(B) | 168.75º | 0.43% | 0.87% | - |
| XYZ | 45.62 | 61.04 | 66.5 | - |
| YUV | 191.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 204 | 0.43 | 0 | 0.08 | 0.13 | 168.75 | 0.59 | 0.68 |
| Hex | 7E | DE | CC | 2B | 0 | 8 | D | A9 | 3B | 44 |
| Octal | 176 | 336 | 314 | 53 | 0 | 10 | 15 | 251 | 73 | 104 |
| Binary | 1111110 | 11011110 | 11001100 | 101011 | 0 | 1000 | 1101 | 10101001 | 111011 | 1000100 |
Color Harmonies of #7EDECC
Complementary color
Monochromatic Colors of #7EDECC
Black with #7EDECC
Text Example
Text Example
White with #7EDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDECC; }
p { color: rgb(126,222,204); }
H1.HeaderClassName
{
color: #7EDECC;
}
.AnyTagClassName
{
color: #7EDECC;
}
</style>
background-color css
<style>
a { background-color: #7EDECC; }
a { background-color: rgb(126,222,204); }
div.DivClassName
{
background-color: #7EDECC;
}
.BgClassName
{
background-color: #7EDECC;
}
</style>
border-color css
<style>
span { border-color: #7EDECC; }
span { border-color: rgb(126,222,204); }
td.TdClassName
{
border-color: #7EDECC;
}
.TagClassName
{
border-color: #7EDECC;
}
</style>