Shades of Riptide #7CEBC2
Tints of Riptide #7CEBC2
RGB
CMYK
RGB Variations
Color information
#7CEBC2 (or 0x7CEBC2) is known color: Riptide. HEX triplet: 7C, EB and C2. RGB value is (124,235,194). Sum of RGB (Red+Green+Blue) = 124+235+194=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CEBC2 is #83143D. Grayscale: #C5C5C5. Windows color (decimal): -8590398 or 12774268. OLE color: 12774268.
HSL color Cylindrical-coordinate representation of color #7CEBC2: hue angle of 157.84º 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 #7CEBC2 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 194 | - |
| CMYK | 0.47 | 0 | 0.17 | 0.08 |
| HSL | 157.84º | 0.74% | 0.7% | - |
| HSV(B) | 157.84º | 0.47% | 0.92% | - |
| XYZ | 47.76 | 67.6 | 61.57 | - |
| YUV | 197.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 194 | 0.47 | 0 | 0.17 | 0.08 | 157.84 | 0.74 | 0.7 |
| Hex | 7C | EB | C2 | 2F | 0 | 11 | 8 | 9E | 4A | 46 |
| Octal | 174 | 353 | 302 | 57 | 0 | 21 | 10 | 236 | 112 | 106 |
| Binary | 1111100 | 11101011 | 11000010 | 101111 | 0 | 10001 | 1000 | 10011110 | 1001010 | 1000110 |
Color Harmonies of #7CEBC2
Complementary color
Monochromatic Colors of #7CEBC2
Black with #7CEBC2
Text Example
Text Example
White with #7CEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEBC2; }
p { color: rgb(124,235,194); }
H1.HeaderClassName
{
color: #7CEBC2;
}
.AnyTagClassName
{
color: #7CEBC2;
}
</style>
background-color css
<style>
a { background-color: #7CEBC2; }
a { background-color: rgb(124,235,194); }
div.DivClassName
{
background-color: #7CEBC2;
}
.BgClassName
{
background-color: #7CEBC2;
}
</style>
border-color css
<style>
span { border-color: #7CEBC2; }
span { border-color: rgb(124,235,194); }
td.TdClassName
{
border-color: #7CEBC2;
}
.TagClassName
{
border-color: #7CEBC2;
}
</style>