Shades of Riptide #7FE6CB
Tints of Riptide #7FE6CB
RGB
CMYK
RGB Variations
Color information
#7FE6CB (or 0x7FE6CB) is known color: Riptide. HEX triplet: 7F, E6 and CB. RGB value is (127,230,203). Sum of RGB (Red+Green+Blue) = 127+230+203=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE6CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE6CB is #801934. Grayscale: #C4C4C4. Windows color (decimal): -8395061 or 13362815. OLE color: 13362815.
HSL color Cylindrical-coordinate representation of color #7FE6CB: hue angle of 164.27º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE6CB is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 230 | 203 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.10 |
| HSL | 164.27º | 0.67% | 0.7% | - |
| HSV(B) | 164.27º | 0.45% | 0.9% | - |
| XYZ | 47.83 | 65.42 | 66.61 | - |
| YUV | 196.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 230 | 203 | 0.45 | 0 | 0.12 | 0.10 | 164.27 | 0.67 | 0.7 |
| Hex | 7F | E6 | CB | 2D | 0 | C | A | A4 | 43 | 46 |
| Octal | 177 | 346 | 313 | 55 | 0 | 14 | 12 | 244 | 103 | 106 |
| Binary | 1111111 | 11100110 | 11001011 | 101101 | 0 | 1100 | 1010 | 10100100 | 1000011 | 1000110 |
Color Harmonies of #7FE6CB
Complementary color
Monochromatic Colors of #7FE6CB
Black with #7FE6CB
Text Example
Text Example
White with #7FE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE6CB; }
p { color: rgb(127,230,203); }
H1.HeaderClassName
{
color: #7FE6CB;
}
.AnyTagClassName
{
color: #7FE6CB;
}
</style>
background-color css
<style>
a { background-color: #7FE6CB; }
a { background-color: rgb(127,230,203); }
div.DivClassName
{
background-color: #7FE6CB;
}
.BgClassName
{
background-color: #7FE6CB;
}
</style>
border-color css
<style>
span { border-color: #7FE6CB; }
span { border-color: rgb(127,230,203); }
td.TdClassName
{
border-color: #7FE6CB;
}
.TagClassName
{
border-color: #7FE6CB;
}
</style>