Shades of Riptide #7CE6BD
Tints of Riptide #7CE6BD
RGB
CMYK
RGB Variations
Color information
#7CE6BD (or 0x7CE6BD) is known color: Riptide. HEX triplet: 7C, E6 and BD. RGB value is (124,230,189). Sum of RGB (Red+Green+Blue) = 124+230+189=543 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.84% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6BD is #831942. Grayscale: #C1C1C1. Windows color (decimal): -8591683 or 12445308. OLE color: 12445308.
HSL color Cylindrical-coordinate representation of color #7CE6BD: hue angle of 156.79º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE6BD is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 189 | - |
| CMYK | 0.46 | 0 | 0.18 | 0.10 |
| HSL | 156.79º | 0.68% | 0.69% | - |
| HSV(B) | 156.79º | 0.46% | 0.9% | - |
| XYZ | 45.79 | 64.55 | 58.19 | - |
| YUV | 193.63 | 125.38 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 189 | 0.46 | 0 | 0.18 | 0.10 | 156.79 | 0.68 | 0.69 |
| Hex | 7C | E6 | BD | 2E | 0 | 12 | A | 9D | 44 | 45 |
| Octal | 174 | 346 | 275 | 56 | 0 | 22 | 12 | 235 | 104 | 105 |
| Binary | 1111100 | 11100110 | 10111101 | 101110 | 0 | 10010 | 1010 | 10011101 | 1000100 | 1000101 |
Color Harmonies of #7CE6BD
Complementary color
Monochromatic Colors of #7CE6BD
Black with #7CE6BD
Text Example
Text Example
White with #7CE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6BD; }
p { color: rgb(124,230,189); }
H1.HeaderClassName
{
color: #7CE6BD;
}
.AnyTagClassName
{
color: #7CE6BD;
}
</style>
background-color css
<style>
a { background-color: #7CE6BD; }
a { background-color: rgb(124,230,189); }
div.DivClassName
{
background-color: #7CE6BD;
}
.BgClassName
{
background-color: #7CE6BD;
}
</style>
border-color css
<style>
span { border-color: #7CE6BD; }
span { border-color: rgb(124,230,189); }
td.TdClassName
{
border-color: #7CE6BD;
}
.TagClassName
{
border-color: #7CE6BD;
}
</style>