Shades of Riptide #7BE7C2
Tints of Riptide #7BE7C2
RGB
CMYK
RGB Variations
Color information
#7BE7C2 (or 0x7BE7C2) is known color: Riptide. HEX triplet: 7B, E7 and C2. RGB value is (123,231,194). Sum of RGB (Red+Green+Blue) = 123+231+194=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #7BE7C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BE7C2 is #84183D. Grayscale: #C2C2C2. Windows color (decimal): -8656958 or 12773243. OLE color: 12773243.
HSL color Cylindrical-coordinate representation of color #7BE7C2: hue angle of 159.44º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BE7C2 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 231 | 194 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.09 |
| HSL | 159.44º | 0.69% | 0.69% | - |
| HSV(B) | 159.44º | 0.47% | 0.91% | - |
| XYZ | 46.48 | 65.26 | 61.19 | - |
| YUV | 194.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 231 | 194 | 0.47 | 0 | 0.16 | 0.09 | 159.44 | 0.69 | 0.69 |
| Hex | 7B | E7 | C2 | 2F | 0 | 10 | 9 | 9F | 45 | 45 |
| Octal | 173 | 347 | 302 | 57 | 0 | 20 | 11 | 237 | 105 | 105 |
| Binary | 1111011 | 11100111 | 11000010 | 101111 | 0 | 10000 | 1001 | 10011111 | 1000101 | 1000101 |
Color Harmonies of #7BE7C2
Complementary color
Monochromatic Colors of #7BE7C2
Black with #7BE7C2
Text Example
Text Example
White with #7BE7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE7C2; }
p { color: rgb(123,231,194); }
H1.HeaderClassName
{
color: #7BE7C2;
}
.AnyTagClassName
{
color: #7BE7C2;
}
</style>
background-color css
<style>
a { background-color: #7BE7C2; }
a { background-color: rgb(123,231,194); }
div.DivClassName
{
background-color: #7BE7C2;
}
.BgClassName
{
background-color: #7BE7C2;
}
</style>
border-color css
<style>
span { border-color: #7BE7C2; }
span { border-color: rgb(123,231,194); }
td.TdClassName
{
border-color: #7BE7C2;
}
.TagClassName
{
border-color: #7BE7C2;
}
</style>