Shades of Riptide #7BE0C2
Tints of Riptide #7BE0C2
RGB
CMYK
RGB Variations
Color information
#7BE0C2 (or 0x7BE0C2) is known color: Riptide. HEX triplet: 7B, E0 and C2. RGB value is (123,224,194). Sum of RGB (Red+Green+Blue) = 123+224+194=541 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.74% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE0C2 is #841F3D. Grayscale: #BEBEBE. Windows color (decimal): -8658750 or 12771451. OLE color: 12771451.
HSL color Cylindrical-coordinate representation of color #7BE0C2: hue angle of 162.18º 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 #7BE0C2 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 194 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.12 |
| HSL | 162.18º | 0.62% | 0.68% | - |
| HSV(B) | 162.18º | 0.45% | 0.88% | - |
| XYZ | 44.56 | 61.42 | 60.55 | - |
| YUV | 190.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 194 | 0.45 | 0 | 0.13 | 0.12 | 162.18 | 0.62 | 0.68 |
| Hex | 7B | E0 | C2 | 2D | 0 | D | C | A2 | 3E | 44 |
| Octal | 173 | 340 | 302 | 55 | 0 | 15 | 14 | 242 | 76 | 104 |
| Binary | 1111011 | 11100000 | 11000010 | 101101 | 0 | 1101 | 1100 | 10100010 | 111110 | 1000100 |
Color Harmonies of #7BE0C2
Complementary color
Monochromatic Colors of #7BE0C2
Black with #7BE0C2
Text Example
Text Example
White with #7BE0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0C2; }
p { color: rgb(123,224,194); }
H1.HeaderClassName
{
color: #7BE0C2;
}
.AnyTagClassName
{
color: #7BE0C2;
}
</style>
background-color css
<style>
a { background-color: #7BE0C2; }
a { background-color: rgb(123,224,194); }
div.DivClassName
{
background-color: #7BE0C2;
}
.BgClassName
{
background-color: #7BE0C2;
}
</style>
border-color css
<style>
span { border-color: #7BE0C2; }
span { border-color: rgb(123,224,194); }
td.TdClassName
{
border-color: #7BE0C2;
}
.TagClassName
{
border-color: #7BE0C2;
}
</style>