Shades of Riptide #7BE5BD
Tints of Riptide #7BE5BD
RGB
CMYK
RGB Variations
Color information
#7BE5BD (or 0x7BE5BD) is known color: Riptide. HEX triplet: 7B, E5 and BD. RGB value is (123,229,189). Sum of RGB (Red+Green+Blue) = 123+229+189=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #7BE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE5BD is #841A42. Grayscale: #C0C0C0. Windows color (decimal): -8657475 or 12445051. OLE color: 12445051.
HSL color Cylindrical-coordinate representation of color #7BE5BD: hue angle of 157.36º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE5BD is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 123 | 229 | 189 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.10 |
| HSL | 157.36º | 0.67% | 0.69% | - |
| HSV(B) | 157.36º | 0.46% | 0.9% | - |
| XYZ | 45.37 | 63.92 | 58.09 | - |
| YUV | 192.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 229 | 189 | 0.46 | 0 | 0.17 | 0.10 | 157.36 | 0.67 | 0.69 |
| Hex | 7B | E5 | BD | 2E | 0 | 11 | A | 9D | 43 | 45 |
| Octal | 173 | 345 | 275 | 56 | 0 | 21 | 12 | 235 | 103 | 105 |
| Binary | 1111011 | 11100101 | 10111101 | 101110 | 0 | 10001 | 1010 | 10011101 | 1000011 | 1000101 |
Color Harmonies of #7BE5BD
Complementary color
Monochromatic Colors of #7BE5BD
Black with #7BE5BD
Text Example
Text Example
White with #7BE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE5BD; }
p { color: rgb(123,229,189); }
H1.HeaderClassName
{
color: #7BE5BD;
}
.AnyTagClassName
{
color: #7BE5BD;
}
</style>
background-color css
<style>
a { background-color: #7BE5BD; }
a { background-color: rgb(123,229,189); }
div.DivClassName
{
background-color: #7BE5BD;
}
.BgClassName
{
background-color: #7BE5BD;
}
</style>
border-color css
<style>
span { border-color: #7BE5BD; }
span { border-color: rgb(123,229,189); }
td.TdClassName
{
border-color: #7BE5BD;
}
.TagClassName
{
border-color: #7BE5BD;
}
</style>