Shades of Riptide #7FEABB
Tints of Riptide #7FEABB
RGB
CMYK
RGB Variations
Color information
#7FEABB (or 0x7FEABB) is known color: Riptide. HEX triplet: 7F, EA and BB. RGB value is (127,234,187). Sum of RGB (Red+Green+Blue) = 127+234+187=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEABB is #801544. Grayscale: #C4C4C4. Windows color (decimal): -8394053 or 12315263. OLE color: 12315263.
HSL color Cylindrical-coordinate representation of color #7FEABB: hue angle of 153.64º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEABB is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 187 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.08 |
| HSL | 153.64º | 0.72% | 0.71% | - |
| HSV(B) | 153.64º | 0.46% | 0.92% | - |
| XYZ | 47.14 | 66.95 | 57.45 | - |
| YUV | 196.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 187 | 0.46 | 0 | 0.20 | 0.08 | 153.64 | 0.72 | 0.71 |
| Hex | 7F | EA | BB | 2E | 0 | 14 | 8 | 9A | 48 | 47 |
| Octal | 177 | 352 | 273 | 56 | 0 | 24 | 10 | 232 | 110 | 107 |
| Binary | 1111111 | 11101010 | 10111011 | 101110 | 0 | 10100 | 1000 | 10011010 | 1001000 | 1000111 |
Color Harmonies of #7FEABB
Complementary color
Monochromatic Colors of #7FEABB
Black with #7FEABB
Text Example
Text Example
White with #7FEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEABB; }
p { color: rgb(127,234,187); }
H1.HeaderClassName
{
color: #7FEABB;
}
.AnyTagClassName
{
color: #7FEABB;
}
</style>
background-color css
<style>
a { background-color: #7FEABB; }
a { background-color: rgb(127,234,187); }
div.DivClassName
{
background-color: #7FEABB;
}
.BgClassName
{
background-color: #7FEABB;
}
</style>
border-color css
<style>
span { border-color: #7FEABB; }
span { border-color: rgb(127,234,187); }
td.TdClassName
{
border-color: #7FEABB;
}
.TagClassName
{
border-color: #7FEABB;
}
</style>