Shades of Riptide #7BE0CB
Tints of Riptide #7BE0CB
RGB
CMYK
RGB Variations
Color information
#7BE0CB (or 0x7BE0CB) is known color: Riptide. HEX triplet: 7B, E0 and CB. RGB value is (123,224,203). Sum of RGB (Red+Green+Blue) = 123+224+203=550 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.36% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE0CB is #841F34. Grayscale: #BFBFBF. Windows color (decimal): -8658741 or 13361275. OLE color: 13361275.
HSL color Cylindrical-coordinate representation of color #7BE0CB: hue angle of 167.52º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE0CB is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 203 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.12 |
| HSL | 167.52º | 0.62% | 0.68% | - |
| HSV(B) | 167.52º | 0.45% | 0.88% | - |
| XYZ | 45.6 | 61.83 | 66.03 | - |
| YUV | 191.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 203 | 0.45 | 0 | 0.09 | 0.12 | 167.52 | 0.62 | 0.68 |
| Hex | 7B | E0 | CB | 2D | 0 | 9 | C | A8 | 3E | 44 |
| Octal | 173 | 340 | 313 | 55 | 0 | 11 | 14 | 250 | 76 | 104 |
| Binary | 1111011 | 11100000 | 11001011 | 101101 | 0 | 1001 | 1100 | 10101000 | 111110 | 1000100 |
Color Harmonies of #7BE0CB
Complementary color
Monochromatic Colors of #7BE0CB
Black with #7BE0CB
Text Example
Text Example
White with #7BE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0CB; }
p { color: rgb(123,224,203); }
H1.HeaderClassName
{
color: #7BE0CB;
}
.AnyTagClassName
{
color: #7BE0CB;
}
</style>
background-color css
<style>
a { background-color: #7BE0CB; }
a { background-color: rgb(123,224,203); }
div.DivClassName
{
background-color: #7BE0CB;
}
.BgClassName
{
background-color: #7BE0CB;
}
</style>
border-color css
<style>
span { border-color: #7BE0CB; }
span { border-color: rgb(123,224,203); }
td.TdClassName
{
border-color: #7BE0CB;
}
.TagClassName
{
border-color: #7BE0CB;
}
</style>