Shades of Riptide #7CE5CB
Tints of Riptide #7CE5CB
RGB
CMYK
RGB Variations
Color information
#7CE5CB (or 0x7CE5CB) is known color: Riptide. HEX triplet: 7C, E5 and CB. RGB value is (124,229,203). Sum of RGB (Red+Green+Blue) = 124+229+203=556 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.30% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE5CB is #831A34. Grayscale: #C2C2C2. Windows color (decimal): -8591925 or 13362556. OLE color: 13362556.
HSL color Cylindrical-coordinate representation of color #7CE5CB: hue angle of 165.14º degrees, saturation: 0.67, 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 #7CE5CB is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 229 | 203 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.10 |
| HSL | 165.14º | 0.67% | 0.69% | - |
| HSV(B) | 165.14º | 0.46% | 0.9% | - |
| XYZ | 47.11 | 64.64 | 66.49 | - |
| YUV | 194.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 203 | 0.46 | 0 | 0.11 | 0.10 | 165.14 | 0.67 | 0.69 |
| Hex | 7C | E5 | CB | 2E | 0 | B | A | A5 | 43 | 45 |
| Octal | 174 | 345 | 313 | 56 | 0 | 13 | 12 | 245 | 103 | 105 |
| Binary | 1111100 | 11100101 | 11001011 | 101110 | 0 | 1011 | 1010 | 10100101 | 1000011 | 1000101 |
Color Harmonies of #7CE5CB
Complementary color
Monochromatic Colors of #7CE5CB
Black with #7CE5CB
Text Example
Text Example
White with #7CE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5CB; }
p { color: rgb(124,229,203); }
H1.HeaderClassName
{
color: #7CE5CB;
}
.AnyTagClassName
{
color: #7CE5CB;
}
</style>
background-color css
<style>
a { background-color: #7CE5CB; }
a { background-color: rgb(124,229,203); }
div.DivClassName
{
background-color: #7CE5CB;
}
.BgClassName
{
background-color: #7CE5CB;
}
</style>
border-color css
<style>
span { border-color: #7CE5CB; }
span { border-color: rgb(124,229,203); }
td.TdClassName
{
border-color: #7CE5CB;
}
.TagClassName
{
border-color: #7CE5CB;
}
</style>