Shades of Riptide #7BEBBF
Tints of Riptide #7BEBBF
RGB
CMYK
RGB Variations
Color information
#7BEBBF (or 0x7BEBBF) is known color: Riptide. HEX triplet: 7B, EB and BF. RGB value is (123,235,191). Sum of RGB (Red+Green+Blue) = 123+235+191=549 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.40% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBBF is #841440. Grayscale: #C4C4C4. Windows color (decimal): -8655937 or 12577659. OLE color: 12577659.
HSL color Cylindrical-coordinate representation of color #7BEBBF: hue angle of 156.43º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBBF is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 235 | 191 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.08 |
| HSL | 156.43º | 0.74% | 0.7% | - |
| HSV(B) | 156.43º | 0.48% | 0.92% | - |
| XYZ | 47.28 | 67.39 | 59.81 | - |
| YUV | 196.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 235 | 191 | 0.48 | 0 | 0.19 | 0.08 | 156.43 | 0.74 | 0.7 |
| Hex | 7B | EB | BF | 30 | 0 | 13 | 8 | 9C | 4A | 46 |
| Octal | 173 | 353 | 277 | 60 | 0 | 23 | 10 | 234 | 112 | 106 |
| Binary | 1111011 | 11101011 | 10111111 | 110000 | 0 | 10011 | 1000 | 10011100 | 1001010 | 1000110 |
Color Harmonies of #7BEBBF
Complementary color
Monochromatic Colors of #7BEBBF
Black with #7BEBBF
Text Example
Text Example
White with #7BEBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEBBF; }
p { color: rgb(123,235,191); }
H1.HeaderClassName
{
color: #7BEBBF;
}
.AnyTagClassName
{
color: #7BEBBF;
}
</style>
background-color css
<style>
a { background-color: #7BEBBF; }
a { background-color: rgb(123,235,191); }
div.DivClassName
{
background-color: #7BEBBF;
}
.BgClassName
{
background-color: #7BEBBF;
}
</style>
border-color css
<style>
span { border-color: #7BEBBF; }
span { border-color: rgb(123,235,191); }
td.TdClassName
{
border-color: #7BEBBF;
}
.TagClassName
{
border-color: #7BEBBF;
}
</style>