Shades of Riptide #7FE8C3
Tints of Riptide #7FE8C3
RGB
CMYK
RGB Variations
Color information
#7FE8C3 (or 0x7FE8C3) is known color: Riptide. HEX triplet: 7F, E8 and C3. RGB value is (127,232,195). Sum of RGB (Red+Green+Blue) = 127+232+195=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE8C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE8C3 is #80173C. Grayscale: #C4C4C4. Windows color (decimal): -8394557 or 12839039. OLE color: 12839039.
HSL color Cylindrical-coordinate representation of color #7FE8C3: hue angle of 158.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE8C3 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 232 | 195 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.09 |
| HSL | 158.86º | 0.7% | 0.7% | - |
| HSV(B) | 158.86º | 0.45% | 0.91% | - |
| XYZ | 47.46 | 66.17 | 61.9 | - |
| YUV | 196.39 | 127.21 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 195 | 0.45 | 0 | 0.16 | 0.09 | 158.86 | 0.7 | 0.7 |
| Hex | 7F | E8 | C3 | 2D | 0 | 10 | 9 | 9F | 46 | 46 |
| Octal | 177 | 350 | 303 | 55 | 0 | 20 | 11 | 237 | 106 | 106 |
| Binary | 1111111 | 11101000 | 11000011 | 101101 | 0 | 10000 | 1001 | 10011111 | 1000110 | 1000110 |
Color Harmonies of #7FE8C3
Complementary color
Monochromatic Colors of #7FE8C3
Black with #7FE8C3
Text Example
Text Example
White with #7FE8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8C3; }
p { color: rgb(127,232,195); }
H1.HeaderClassName
{
color: #7FE8C3;
}
.AnyTagClassName
{
color: #7FE8C3;
}
</style>
background-color css
<style>
a { background-color: #7FE8C3; }
a { background-color: rgb(127,232,195); }
div.DivClassName
{
background-color: #7FE8C3;
}
.BgClassName
{
background-color: #7FE8C3;
}
</style>
border-color css
<style>
span { border-color: #7FE8C3; }
span { border-color: rgb(127,232,195); }
td.TdClassName
{
border-color: #7FE8C3;
}
.TagClassName
{
border-color: #7FE8C3;
}
</style>