Shades of Riptide #7FE0C1
Tints of Riptide #7FE0C1
RGB
CMYK
RGB Variations
Color information
#7FE0C1 (or 0x7FE0C1) is known color: Riptide. HEX triplet: 7F, E0 and C1. RGB value is (127,224,193). Sum of RGB (Red+Green+Blue) = 127+224+193=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE0C1 is #801F3E. Grayscale: #BFBFBF. Windows color (decimal): -8396607 or 12705919. OLE color: 12705919.
HSL color Cylindrical-coordinate representation of color #7FE0C1: hue angle of 160.82º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FE0C1 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 224 | 193 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.12 |
| HSL | 160.82º | 0.61% | 0.69% | - |
| HSV(B) | 160.82º | 0.43% | 0.88% | - |
| XYZ | 45.03 | 61.67 | 59.98 | - |
| YUV | 191.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 224 | 193 | 0.43 | 0 | 0.14 | 0.12 | 160.82 | 0.61 | 0.69 |
| Hex | 7F | E0 | C1 | 2B | 0 | E | C | A1 | 3D | 45 |
| Octal | 177 | 340 | 301 | 53 | 0 | 16 | 14 | 241 | 75 | 105 |
| Binary | 1111111 | 11100000 | 11000001 | 101011 | 0 | 1110 | 1100 | 10100001 | 111101 | 1000101 |
Color Harmonies of #7FE0C1
Complementary color
Monochromatic Colors of #7FE0C1
Black with #7FE0C1
Text Example
Text Example
White with #7FE0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE0C1; }
p { color: rgb(127,224,193); }
H1.HeaderClassName
{
color: #7FE0C1;
}
.AnyTagClassName
{
color: #7FE0C1;
}
</style>
background-color css
<style>
a { background-color: #7FE0C1; }
a { background-color: rgb(127,224,193); }
div.DivClassName
{
background-color: #7FE0C1;
}
.BgClassName
{
background-color: #7FE0C1;
}
</style>
border-color css
<style>
span { border-color: #7FE0C1; }
span { border-color: rgb(127,224,193); }
td.TdClassName
{
border-color: #7FE0C1;
}
.TagClassName
{
border-color: #7FE0C1;
}
</style>