Shades of Riptide #7FE1CB
Tints of Riptide #7FE1CB
RGB
CMYK
RGB Variations
Color information
#7FE1CB (or 0x7FE1CB) is known color: Riptide. HEX triplet: 7F, E1 and CB. RGB value is (127,225,203). Sum of RGB (Red+Green+Blue) = 127+225+203=555 (73% of max value = 765). Red value is 127 (50% from 255 or 22.88% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE1CB is #801E34. Grayscale: #C1C1C1. Windows color (decimal): -8396341 or 13361535. OLE color: 13361535.
HSL color Cylindrical-coordinate representation of color #7FE1CB: hue angle of 166.53º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE1CB is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 203 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.12 |
| HSL | 166.53º | 0.62% | 0.69% | - |
| HSV(B) | 166.53º | 0.44% | 0.88% | - |
| XYZ | 46.46 | 62.67 | 66.15 | - |
| YUV | 193.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 203 | 0.44 | 0 | 0.10 | 0.12 | 166.53 | 0.62 | 0.69 |
| Hex | 7F | E1 | CB | 2C | 0 | A | C | A7 | 3E | 45 |
| Octal | 177 | 341 | 313 | 54 | 0 | 12 | 14 | 247 | 76 | 105 |
| Binary | 1111111 | 11100001 | 11001011 | 101100 | 0 | 1010 | 1100 | 10100111 | 111110 | 1000101 |
Color Harmonies of #7FE1CB
Complementary color
Monochromatic Colors of #7FE1CB
Black with #7FE1CB
Text Example
Text Example
White with #7FE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE1CB; }
p { color: rgb(127,225,203); }
H1.HeaderClassName
{
color: #7FE1CB;
}
.AnyTagClassName
{
color: #7FE1CB;
}
</style>
background-color css
<style>
a { background-color: #7FE1CB; }
a { background-color: rgb(127,225,203); }
div.DivClassName
{
background-color: #7FE1CB;
}
.BgClassName
{
background-color: #7FE1CB;
}
</style>
border-color css
<style>
span { border-color: #7FE1CB; }
span { border-color: rgb(127,225,203); }
td.TdClassName
{
border-color: #7FE1CB;
}
.TagClassName
{
border-color: #7FE1CB;
}
</style>