Shades of Riptide #7BE2D0
Tints of Riptide #7BE2D0
RGB
CMYK
RGB Variations
Color information
#7BE2D0 (or 0x7BE2D0) is known color: Riptide. HEX triplet: 7B, E2 and D0. RGB value is (123,226,208). Sum of RGB (Red+Green+Blue) = 123+226+208=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #7BE2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE2D0 is #841D2F. Grayscale: #C1C1C1. Windows color (decimal): -8658224 or 13689467. OLE color: 13689467.
HSL color Cylindrical-coordinate representation of color #7BE2D0: hue angle of 169.51º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE2D0 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 226 | 208 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.11 |
| HSL | 169.51º | 0.64% | 0.68% | - |
| HSV(B) | 169.51º | 0.46% | 0.89% | - |
| XYZ | 46.75 | 63.16 | 69.4 | - |
| YUV | 193.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 226 | 208 | 0.46 | 0 | 0.08 | 0.11 | 169.51 | 0.64 | 0.68 |
| Hex | 7B | E2 | D0 | 2E | 0 | 8 | B | AA | 40 | 44 |
| Octal | 173 | 342 | 320 | 56 | 0 | 10 | 13 | 252 | 100 | 104 |
| Binary | 1111011 | 11100010 | 11010000 | 101110 | 0 | 1000 | 1011 | 10101010 | 1000000 | 1000100 |
Color Harmonies of #7BE2D0
Complementary color
Monochromatic Colors of #7BE2D0
Black with #7BE2D0
Text Example
Text Example
White with #7BE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE2D0; }
p { color: rgb(123,226,208); }
H1.HeaderClassName
{
color: #7BE2D0;
}
.AnyTagClassName
{
color: #7BE2D0;
}
</style>
background-color css
<style>
a { background-color: #7BE2D0; }
a { background-color: rgb(123,226,208); }
div.DivClassName
{
background-color: #7BE2D0;
}
.BgClassName
{
background-color: #7BE2D0;
}
</style>
border-color css
<style>
span { border-color: #7BE2D0; }
span { border-color: rgb(123,226,208); }
td.TdClassName
{
border-color: #7BE2D0;
}
.TagClassName
{
border-color: #7BE2D0;
}
</style>