Shades of Riptide #7EDFCC
Tints of Riptide #7EDFCC
RGB
CMYK
RGB Variations
Color information
#7EDFCC (or 0x7EDFCC) is known color: Riptide. HEX triplet: 7E, DF and CC. RGB value is (126,223,204). Sum of RGB (Red+Green+Blue) = 126+223+204=553 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.78% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFCC is #812033. Grayscale: #BFBFBF. Windows color (decimal): -8462388 or 13426558. OLE color: 13426558.
HSL color Cylindrical-coordinate representation of color #7EDFCC: hue angle of 168.25º 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 #7EDFCC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 204 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.13 |
| HSL | 168.25º | 0.6% | 0.68% | - |
| HSV(B) | 168.25º | 0.43% | 0.87% | - |
| XYZ | 45.89 | 61.57 | 66.59 | - |
| YUV | 191.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 204 | 0.43 | 0 | 0.09 | 0.13 | 168.25 | 0.6 | 0.68 |
| Hex | 7E | DF | CC | 2B | 0 | 9 | D | A8 | 3C | 44 |
| Octal | 176 | 337 | 314 | 53 | 0 | 11 | 15 | 250 | 74 | 104 |
| Binary | 1111110 | 11011111 | 11001100 | 101011 | 0 | 1001 | 1101 | 10101000 | 111100 | 1000100 |
Color Harmonies of #7EDFCC
Complementary color
Monochromatic Colors of #7EDFCC
Black with #7EDFCC
Text Example
Text Example
White with #7EDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDFCC; }
p { color: rgb(126,223,204); }
H1.HeaderClassName
{
color: #7EDFCC;
}
.AnyTagClassName
{
color: #7EDFCC;
}
</style>
background-color css
<style>
a { background-color: #7EDFCC; }
a { background-color: rgb(126,223,204); }
div.DivClassName
{
background-color: #7EDFCC;
}
.BgClassName
{
background-color: #7EDFCC;
}
</style>
border-color css
<style>
span { border-color: #7EDFCC; }
span { border-color: rgb(126,223,204); }
td.TdClassName
{
border-color: #7EDFCC;
}
.TagClassName
{
border-color: #7EDFCC;
}
</style>