Shades of Riptide #7CEBBC
Tints of Riptide #7CEBBC
RGB
CMYK
RGB Variations
Color information
#7CEBBC (or 0x7CEBBC) is known color: Riptide. HEX triplet: 7C, EB and BC. RGB value is (124,235,188). Sum of RGB (Red+Green+Blue) = 124+235+188=547 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.67% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBBC is #831443. Grayscale: #C4C4C4. Windows color (decimal): -8590404 or 12381052. OLE color: 12381052.
HSL color Cylindrical-coordinate representation of color #7CEBBC: hue angle of 154.59º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEBBC is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 188 | - |
| CMYK | 0.47 | 0 | 0.2 | 0.08 |
| HSL | 154.59º | 0.74% | 0.7% | - |
| HSV(B) | 154.59º | 0.47% | 0.92% | - |
| XYZ | 47.1 | 67.33 | 58.09 | - |
| YUV | 196.45 | 123.23 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 188 | 0.47 | 0 | 0.2 | 0.08 | 154.59 | 0.74 | 0.7 |
| Hex | 7C | EB | BC | 2F | 0 | 14 | 8 | 9B | 4A | 46 |
| Octal | 174 | 353 | 274 | 57 | 0 | 24 | 10 | 233 | 112 | 106 |
| Binary | 1111100 | 11101011 | 10111100 | 101111 | 0 | 10100 | 1000 | 10011011 | 1001010 | 1000110 |
Color Harmonies of #7CEBBC
Complementary color
Monochromatic Colors of #7CEBBC
Black with #7CEBBC
Text Example
Text Example
White with #7CEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBBC; }
p { color: rgb(124,235,188); }
H1.HeaderClassName
{
color: #7CEBBC;
}
.AnyTagClassName
{
color: #7CEBBC;
}
</style>
background-color css
<style>
a { background-color: #7CEBBC; }
a { background-color: rgb(124,235,188); }
div.DivClassName
{
background-color: #7CEBBC;
}
.BgClassName
{
background-color: #7CEBBC;
}
</style>
border-color css
<style>
span { border-color: #7CEBBC; }
span { border-color: rgb(124,235,188); }
td.TdClassName
{
border-color: #7CEBBC;
}
.TagClassName
{
border-color: #7CEBBC;
}
</style>