Shades of Riptide #7BE8BC
Tints of Riptide #7BE8BC
RGB
CMYK
RGB Variations
Color information
#7BE8BC (or 0x7BE8BC) is known color: Riptide. HEX triplet: 7B, E8 and BC. RGB value is (123,232,188). Sum of RGB (Red+Green+Blue) = 123+232+188=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #7BE8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE8BC is #841743. Grayscale: #C2C2C2. Windows color (decimal): -8656708 or 12380283. OLE color: 12380283.
HSL color Cylindrical-coordinate representation of color #7BE8BC: hue angle of 155.78º 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 #7BE8BC is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 232 | 188 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.09 |
| HSL | 155.78º | 0.7% | 0.7% | - |
| HSV(B) | 155.78º | 0.47% | 0.91% | - |
| XYZ | 46.1 | 65.56 | 57.8 | - |
| YUV | 194.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 232 | 188 | 0.47 | 0 | 0.19 | 0.09 | 155.78 | 0.7 | 0.7 |
| Hex | 7B | E8 | BC | 2F | 0 | 13 | 9 | 9C | 46 | 46 |
| Octal | 173 | 350 | 274 | 57 | 0 | 23 | 11 | 234 | 106 | 106 |
| Binary | 1111011 | 11101000 | 10111100 | 101111 | 0 | 10011 | 1001 | 10011100 | 1000110 | 1000110 |
Color Harmonies of #7BE8BC
Complementary color
Monochromatic Colors of #7BE8BC
Black with #7BE8BC
Text Example
Text Example
White with #7BE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE8BC; }
p { color: rgb(123,232,188); }
H1.HeaderClassName
{
color: #7BE8BC;
}
.AnyTagClassName
{
color: #7BE8BC;
}
</style>
background-color css
<style>
a { background-color: #7BE8BC; }
a { background-color: rgb(123,232,188); }
div.DivClassName
{
background-color: #7BE8BC;
}
.BgClassName
{
background-color: #7BE8BC;
}
</style>
border-color css
<style>
span { border-color: #7BE8BC; }
span { border-color: rgb(123,232,188); }
td.TdClassName
{
border-color: #7BE8BC;
}
.TagClassName
{
border-color: #7BE8BC;
}
</style>