Shades of Riptide #7BE0C4
Tints of Riptide #7BE0C4
RGB
CMYK
RGB Variations
Color information
#7BE0C4 (or 0x7BE0C4) is known color: Riptide. HEX triplet: 7B, E0 and C4. RGB value is (123,224,196). Sum of RGB (Red+Green+Blue) = 123+224+196=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BE0C4 is #841F3B. Grayscale: #BEBEBE. Windows color (decimal): -8658748 or 12902523. OLE color: 12902523.
HSL color Cylindrical-coordinate representation of color #7BE0C4: hue angle of 163.37º 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 #7BE0C4 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 196 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.12 |
| HSL | 163.37º | 0.62% | 0.68% | - |
| HSV(B) | 163.37º | 0.45% | 0.88% | - |
| XYZ | 44.79 | 61.51 | 61.74 | - |
| YUV | 190.61 | 131.04 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 196 | 0.45 | 0 | 0.12 | 0.12 | 163.37 | 0.62 | 0.68 |
| Hex | 7B | E0 | C4 | 2D | 0 | C | C | A3 | 3E | 44 |
| Octal | 173 | 340 | 304 | 55 | 0 | 14 | 14 | 243 | 76 | 104 |
| Binary | 1111011 | 11100000 | 11000100 | 101101 | 0 | 1100 | 1100 | 10100011 | 111110 | 1000100 |
Color Harmonies of #7BE0C4
Complementary color
Monochromatic Colors of #7BE0C4
Black with #7BE0C4
Text Example
Text Example
White with #7BE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE0C4; }
p { color: rgb(123,224,196); }
H1.HeaderClassName
{
color: #7BE0C4;
}
.AnyTagClassName
{
color: #7BE0C4;
}
</style>
background-color css
<style>
a { background-color: #7BE0C4; }
a { background-color: rgb(123,224,196); }
div.DivClassName
{
background-color: #7BE0C4;
}
.BgClassName
{
background-color: #7BE0C4;
}
</style>
border-color css
<style>
span { border-color: #7BE0C4; }
span { border-color: rgb(123,224,196); }
td.TdClassName
{
border-color: #7BE0C4;
}
.TagClassName
{
border-color: #7BE0C4;
}
</style>