Shades of Riptide #7BEABB
Tints of Riptide #7BEABB
RGB
CMYK
RGB Variations
Color information
#7BEABB (or 0x7BEABB) is known color: Riptide. HEX triplet: 7B, EA and BB. RGB value is (123,234,187). Sum of RGB (Red+Green+Blue) = 123+234+187=544 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.61% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEABB is #841544. Grayscale: #C3C3C3. Windows color (decimal): -8656197 or 12315259. OLE color: 12315259.
HSL color Cylindrical-coordinate representation of color #7BEABB: hue angle of 154.59º 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 #7BEABB is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 187 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.08 |
| HSL | 154.59º | 0.73% | 0.7% | - |
| HSV(B) | 154.59º | 0.47% | 0.92% | - |
| XYZ | 46.56 | 66.64 | 57.42 | - |
| YUV | 195.45 | 123.23 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 187 | 0.47 | 0 | 0.20 | 0.08 | 154.59 | 0.73 | 0.7 |
| Hex | 7B | EA | BB | 2F | 0 | 14 | 8 | 9B | 49 | 46 |
| Octal | 173 | 352 | 273 | 57 | 0 | 24 | 10 | 233 | 111 | 106 |
| Binary | 1111011 | 11101010 | 10111011 | 101111 | 0 | 10100 | 1000 | 10011011 | 1001001 | 1000110 |
Color Harmonies of #7BEABB
Complementary color
Monochromatic Colors of #7BEABB
Black with #7BEABB
Text Example
Text Example
White with #7BEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEABB; }
p { color: rgb(123,234,187); }
H1.HeaderClassName
{
color: #7BEABB;
}
.AnyTagClassName
{
color: #7BEABB;
}
</style>
background-color css
<style>
a { background-color: #7BEABB; }
a { background-color: rgb(123,234,187); }
div.DivClassName
{
background-color: #7BEABB;
}
.BgClassName
{
background-color: #7BEABB;
}
</style>
border-color css
<style>
span { border-color: #7BEABB; }
span { border-color: rgb(123,234,187); }
td.TdClassName
{
border-color: #7BEABB;
}
.TagClassName
{
border-color: #7BEABB;
}
</style>