Shades of Riptide #7CEBBE
Tints of Riptide #7CEBBE
RGB
CMYK
RGB Variations
Color information
#7CEBBE (or 0x7CEBBE) is known color: Riptide. HEX triplet: 7C, EB and BE. RGB value is (124,235,190). Sum of RGB (Red+Green+Blue) = 124+235+190=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBBE is #831441. Grayscale: #C4C4C4. Windows color (decimal): -8590402 or 12512124. OLE color: 12512124.
HSL color Cylindrical-coordinate representation of color #7CEBBE: hue angle of 155.68º 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 #7CEBBE is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 190 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.08 |
| HSL | 155.68º | 0.74% | 0.7% | - |
| HSV(B) | 155.68º | 0.47% | 0.92% | - |
| XYZ | 47.31 | 67.42 | 59.23 | - |
| YUV | 196.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 190 | 0.47 | 0 | 0.19 | 0.08 | 155.68 | 0.74 | 0.7 |
| Hex | 7C | EB | BE | 2F | 0 | 13 | 8 | 9C | 4A | 46 |
| Octal | 174 | 353 | 276 | 57 | 0 | 23 | 10 | 234 | 112 | 106 |
| Binary | 1111100 | 11101011 | 10111110 | 101111 | 0 | 10011 | 1000 | 10011100 | 1001010 | 1000110 |
Color Harmonies of #7CEBBE
Complementary color
Monochromatic Colors of #7CEBBE
Black with #7CEBBE
Text Example
Text Example
White with #7CEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBBE; }
p { color: rgb(124,235,190); }
H1.HeaderClassName
{
color: #7CEBBE;
}
.AnyTagClassName
{
color: #7CEBBE;
}
</style>
background-color css
<style>
a { background-color: #7CEBBE; }
a { background-color: rgb(124,235,190); }
div.DivClassName
{
background-color: #7CEBBE;
}
.BgClassName
{
background-color: #7CEBBE;
}
</style>
border-color css
<style>
span { border-color: #7CEBBE; }
span { border-color: rgb(124,235,190); }
td.TdClassName
{
border-color: #7CEBBE;
}
.TagClassName
{
border-color: #7CEBBE;
}
</style>