Shades of Riptide #7FE3C4
Tints of Riptide #7FE3C4
RGB
CMYK
RGB Variations
Color information
#7FE3C4 (or 0x7FE3C4) is known color: Riptide. HEX triplet: 7F, E3 and C4. RGB value is (127,227,196). Sum of RGB (Red+Green+Blue) = 127+227+196=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE3C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE3C4 is #801C3B. Grayscale: #C1C1C1. Windows color (decimal): -8395836 or 12903295. OLE color: 12903295.
HSL color Cylindrical-coordinate representation of color #7FE3C4: hue angle of 161.4º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE3C4 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 227 | 196 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.11 |
| HSL | 161.4º | 0.64% | 0.69% | - |
| HSV(B) | 161.4º | 0.44% | 0.89% | - |
| XYZ | 46.19 | 63.44 | 62.03 | - |
| YUV | 193.57 | 129.37 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 227 | 196 | 0.44 | 0 | 0.14 | 0.11 | 161.4 | 0.64 | 0.69 |
| Hex | 7F | E3 | C4 | 2C | 0 | E | B | A1 | 40 | 45 |
| Octal | 177 | 343 | 304 | 54 | 0 | 16 | 13 | 241 | 100 | 105 |
| Binary | 1111111 | 11100011 | 11000100 | 101100 | 0 | 1110 | 1011 | 10100001 | 1000000 | 1000101 |
Color Harmonies of #7FE3C4
Complementary color
Monochromatic Colors of #7FE3C4
Black with #7FE3C4
Text Example
Text Example
White with #7FE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE3C4; }
p { color: rgb(127,227,196); }
H1.HeaderClassName
{
color: #7FE3C4;
}
.AnyTagClassName
{
color: #7FE3C4;
}
</style>
background-color css
<style>
a { background-color: #7FE3C4; }
a { background-color: rgb(127,227,196); }
div.DivClassName
{
background-color: #7FE3C4;
}
.BgClassName
{
background-color: #7FE3C4;
}
</style>
border-color css
<style>
span { border-color: #7FE3C4; }
span { border-color: rgb(127,227,196); }
td.TdClassName
{
border-color: #7FE3C4;
}
.TagClassName
{
border-color: #7FE3C4;
}
</style>