Shades of Riptide #7BE8BA
Tints of Riptide #7BE8BA
RGB
CMYK
RGB Variations
Color information
#7BE8BA (or 0x7BE8BA) is known color: Riptide. HEX triplet: 7B, E8 and BA. RGB value is (123,232,186). Sum of RGB (Red+Green+Blue) = 123+232+186=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #7BE8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE8BA is #841745. Grayscale: #C2C2C2. Windows color (decimal): -8656710 or 12249211. OLE color: 12249211.
HSL color Cylindrical-coordinate representation of color #7BE8BA: hue angle of 154.68º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE8BA is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 232 | 186 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.09 |
| HSL | 154.68º | 0.7% | 0.7% | - |
| HSV(B) | 154.68º | 0.47% | 0.91% | - |
| XYZ | 45.89 | 65.47 | 56.67 | - |
| YUV | 194.17 | 123.39 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 232 | 186 | 0.47 | 0 | 0.20 | 0.09 | 154.68 | 0.7 | 0.7 |
| Hex | 7B | E8 | BA | 2F | 0 | 14 | 9 | 9B | 46 | 46 |
| Octal | 173 | 350 | 272 | 57 | 0 | 24 | 11 | 233 | 106 | 106 |
| Binary | 1111011 | 11101000 | 10111010 | 101111 | 0 | 10100 | 1001 | 10011011 | 1000110 | 1000110 |
Color Harmonies of #7BE8BA
Complementary color
Monochromatic Colors of #7BE8BA
Black with #7BE8BA
Text Example
Text Example
White with #7BE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE8BA; }
p { color: rgb(123,232,186); }
H1.HeaderClassName
{
color: #7BE8BA;
}
.AnyTagClassName
{
color: #7BE8BA;
}
</style>
background-color css
<style>
a { background-color: #7BE8BA; }
a { background-color: rgb(123,232,186); }
div.DivClassName
{
background-color: #7BE8BA;
}
.BgClassName
{
background-color: #7BE8BA;
}
</style>
border-color css
<style>
span { border-color: #7BE8BA; }
span { border-color: rgb(123,232,186); }
td.TdClassName
{
border-color: #7BE8BA;
}
.TagClassName
{
border-color: #7BE8BA;
}
</style>