Shades of Riptide #7CE8CB
Tints of Riptide #7CE8CB
RGB
CMYK
RGB Variations
Color information
#7CE8CB (or 0x7CE8CB) is known color: Riptide. HEX triplet: 7C, E8 and CB. RGB value is (124,232,203). Sum of RGB (Red+Green+Blue) = 124+232+203=559 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.18% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE8CB is #831734. Grayscale: #C4C4C4. Windows color (decimal): -8591157 or 13363324. OLE color: 13363324.
HSL color Cylindrical-coordinate representation of color #7CE8CB: hue angle of 163.89º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE8CB is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 203 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.09 |
| HSL | 163.89º | 0.7% | 0.7% | - |
| HSV(B) | 163.89º | 0.47% | 0.91% | - |
| XYZ | 47.95 | 66.31 | 66.77 | - |
| YUV | 196.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 203 | 0.47 | 0 | 0.12 | 0.09 | 163.89 | 0.7 | 0.7 |
| Hex | 7C | E8 | CB | 2F | 0 | C | 9 | A4 | 46 | 46 |
| Octal | 174 | 350 | 313 | 57 | 0 | 14 | 11 | 244 | 106 | 106 |
| Binary | 1111100 | 11101000 | 11001011 | 101111 | 0 | 1100 | 1001 | 10100100 | 1000110 | 1000110 |
Color Harmonies of #7CE8CB
Complementary color
Monochromatic Colors of #7CE8CB
Black with #7CE8CB
Text Example
Text Example
White with #7CE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE8CB; }
p { color: rgb(124,232,203); }
H1.HeaderClassName
{
color: #7CE8CB;
}
.AnyTagClassName
{
color: #7CE8CB;
}
</style>
background-color css
<style>
a { background-color: #7CE8CB; }
a { background-color: rgb(124,232,203); }
div.DivClassName
{
background-color: #7CE8CB;
}
.BgClassName
{
background-color: #7CE8CB;
}
</style>
border-color css
<style>
span { border-color: #7CE8CB; }
span { border-color: rgb(124,232,203); }
td.TdClassName
{
border-color: #7CE8CB;
}
.TagClassName
{
border-color: #7CE8CB;
}
</style>