Shades of Riptide #7BEABD
Tints of Riptide #7BEABD
RGB
CMYK
RGB Variations
Color information
#7BEABD (or 0x7BEABD) is known color: Riptide. HEX triplet: 7B, EA and BD. RGB value is (123,234,189). Sum of RGB (Red+Green+Blue) = 123+234+189=546 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.53% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #7BEABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEABD is #841542. Grayscale: #C3C3C3. Windows color (decimal): -8656195 or 12446331. OLE color: 12446331.
HSL color Cylindrical-coordinate representation of color #7BEABD: hue angle of 155.68º 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 #7BEABD is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 234 | 189 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.08 |
| HSL | 155.68º | 0.73% | 0.7% | - |
| HSV(B) | 155.68º | 0.47% | 0.92% | - |
| XYZ | 46.78 | 66.73 | 58.56 | - |
| YUV | 195.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 234 | 189 | 0.47 | 0 | 0.19 | 0.08 | 155.68 | 0.73 | 0.7 |
| Hex | 7B | EA | BD | 2F | 0 | 13 | 8 | 9C | 49 | 46 |
| Octal | 173 | 352 | 275 | 57 | 0 | 23 | 10 | 234 | 111 | 106 |
| Binary | 1111011 | 11101010 | 10111101 | 101111 | 0 | 10011 | 1000 | 10011100 | 1001001 | 1000110 |
Color Harmonies of #7BEABD
Complementary color
Monochromatic Colors of #7BEABD
Black with #7BEABD
Text Example
Text Example
White with #7BEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEABD; }
p { color: rgb(123,234,189); }
H1.HeaderClassName
{
color: #7BEABD;
}
.AnyTagClassName
{
color: #7BEABD;
}
</style>
background-color css
<style>
a { background-color: #7BEABD; }
a { background-color: rgb(123,234,189); }
div.DivClassName
{
background-color: #7BEABD;
}
.BgClassName
{
background-color: #7BEABD;
}
</style>
border-color css
<style>
span { border-color: #7BEABD; }
span { border-color: rgb(123,234,189); }
td.TdClassName
{
border-color: #7BEABD;
}
.TagClassName
{
border-color: #7BEABD;
}
</style>