Shades of Riptide #7BEABF
Tints of Riptide #7BEABF
RGB
CMYK
RGB Variations
Color information
#7BEABF (or 0x7BEABF) is known color: Riptide. HEX triplet: 7B, EA and BF. RGB value is (123,234,191). Sum of RGB (Red+Green+Blue) = 123+234+191=548 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.45% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEABF is #841540. Grayscale: #C3C3C3. Windows color (decimal): -8656193 or 12577403. OLE color: 12577403.
HSL color Cylindrical-coordinate representation of color #7BEABF: hue angle of 156.76º 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 #7BEABF is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 191 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.08 |
| HSL | 156.76º | 0.73% | 0.7% | - |
| HSV(B) | 156.76º | 0.47% | 0.92% | - |
| XYZ | 47 | 66.82 | 59.71 | - |
| YUV | 195.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 191 | 0.47 | 0 | 0.18 | 0.08 | 156.76 | 0.73 | 0.7 |
| Hex | 7B | EA | BF | 2F | 0 | 12 | 8 | 9D | 49 | 46 |
| Octal | 173 | 352 | 277 | 57 | 0 | 22 | 10 | 235 | 111 | 106 |
| Binary | 1111011 | 11101010 | 10111111 | 101111 | 0 | 10010 | 1000 | 10011101 | 1001001 | 1000110 |
Color Harmonies of #7BEABF
Complementary color
Monochromatic Colors of #7BEABF
Black with #7BEABF
Text Example
Text Example
White with #7BEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEABF; }
p { color: rgb(123,234,191); }
H1.HeaderClassName
{
color: #7BEABF;
}
.AnyTagClassName
{
color: #7BEABF;
}
</style>
background-color css
<style>
a { background-color: #7BEABF; }
a { background-color: rgb(123,234,191); }
div.DivClassName
{
background-color: #7BEABF;
}
.BgClassName
{
background-color: #7BEABF;
}
</style>
border-color css
<style>
span { border-color: #7BEABF; }
span { border-color: rgb(123,234,191); }
td.TdClassName
{
border-color: #7BEABF;
}
.TagClassName
{
border-color: #7BEABF;
}
</style>