Shades of Riptide #7BEAC0
Tints of Riptide #7BEAC0
RGB
CMYK
RGB Variations
Color information
#7BEAC0 (or 0x7BEAC0) is known color: Riptide. HEX triplet: 7B, EA and C0. RGB value is (123,234,192). Sum of RGB (Red+Green+Blue) = 123+234+192=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEAC0 is #84153F. Grayscale: #C4C4C4. Windows color (decimal): -8656192 or 12642939. OLE color: 12642939.
HSL color Cylindrical-coordinate representation of color #7BEAC0: hue angle of 157.3º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BEAC0 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 192 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.08 |
| HSL | 157.3º | 0.73% | 0.7% | - |
| HSV(B) | 157.3º | 0.47% | 0.92% | - |
| XYZ | 47.11 | 66.86 | 60.29 | - |
| YUV | 196.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 192 | 0.47 | 0 | 0.18 | 0.08 | 157.3 | 0.73 | 0.7 |
| Hex | 7B | EA | C0 | 2F | 0 | 12 | 8 | 9D | 49 | 46 |
| Octal | 173 | 352 | 300 | 57 | 0 | 22 | 10 | 235 | 111 | 106 |
| Binary | 1111011 | 11101010 | 11000000 | 101111 | 0 | 10010 | 1000 | 10011101 | 1001001 | 1000110 |
Color Harmonies of #7BEAC0
Complementary color
Monochromatic Colors of #7BEAC0
Black with #7BEAC0
Text Example
Text Example
White with #7BEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEAC0; }
p { color: rgb(123,234,192); }
H1.HeaderClassName
{
color: #7BEAC0;
}
.AnyTagClassName
{
color: #7BEAC0;
}
</style>
background-color css
<style>
a { background-color: #7BEAC0; }
a { background-color: rgb(123,234,192); }
div.DivClassName
{
background-color: #7BEAC0;
}
.BgClassName
{
background-color: #7BEAC0;
}
</style>
border-color css
<style>
span { border-color: #7BEAC0; }
span { border-color: rgb(123,234,192); }
td.TdClassName
{
border-color: #7BEAC0;
}
.TagClassName
{
border-color: #7BEAC0;
}
</style>