Shades of Riptide #7BE4CB
Tints of Riptide #7BE4CB
RGB
CMYK
RGB Variations
Color information
#7BE4CB (or 0x7BE4CB) is known color: Riptide. HEX triplet: 7B, E4 and CB. RGB value is (123,228,203). Sum of RGB (Red+Green+Blue) = 123+228+203=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #7BE4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE4CB is #841B34. Grayscale: #C1C1C1. Windows color (decimal): -8657717 or 13362299. OLE color: 13362299.
HSL color Cylindrical-coordinate representation of color #7BE4CB: hue angle of 165.71º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BE4CB is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 123 | 228 | 203 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.11 |
| HSL | 165.71º | 0.66% | 0.69% | - |
| HSV(B) | 165.71º | 0.46% | 0.89% | - |
| XYZ | 46.69 | 64.01 | 66.39 | - |
| YUV | 193.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 228 | 203 | 0.46 | 0 | 0.11 | 0.11 | 165.71 | 0.66 | 0.69 |
| Hex | 7B | E4 | CB | 2E | 0 | B | B | A6 | 42 | 45 |
| Octal | 173 | 344 | 313 | 56 | 0 | 13 | 13 | 246 | 102 | 105 |
| Binary | 1111011 | 11100100 | 11001011 | 101110 | 0 | 1011 | 1011 | 10100110 | 1000010 | 1000101 |
Color Harmonies of #7BE4CB
Complementary color
Monochromatic Colors of #7BE4CB
Black with #7BE4CB
Text Example
Text Example
White with #7BE4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE4CB; }
p { color: rgb(123,228,203); }
H1.HeaderClassName
{
color: #7BE4CB;
}
.AnyTagClassName
{
color: #7BE4CB;
}
</style>
background-color css
<style>
a { background-color: #7BE4CB; }
a { background-color: rgb(123,228,203); }
div.DivClassName
{
background-color: #7BE4CB;
}
.BgClassName
{
background-color: #7BE4CB;
}
</style>
border-color css
<style>
span { border-color: #7BE4CB; }
span { border-color: rgb(123,228,203); }
td.TdClassName
{
border-color: #7BE4CB;
}
.TagClassName
{
border-color: #7BE4CB;
}
</style>