Shades of Riptide #7CE7D6
Tints of Riptide #7CE7D6
RGB
CMYK
RGB Variations
Color information
#7CE7D6 (or 0x7CE7D6) is known color: Riptide. HEX triplet: 7C, E7 and D6. RGB value is (124,231,214). Sum of RGB (Red+Green+Blue) = 124+231+214=569 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.79% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE7D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE7D6 is #831829. Grayscale: #C5C5C5. Windows color (decimal): -8591402 or 14083964. OLE color: 14083964.
HSL color Cylindrical-coordinate representation of color #7CE7D6: hue angle of 170.47º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE7D6 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 214 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.09 |
| HSL | 170.47º | 0.69% | 0.7% | - |
| HSV(B) | 170.47º | 0.46% | 0.91% | - |
| XYZ | 49.03 | 66.29 | 73.83 | - |
| YUV | 197.07 | 137.55 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 214 | 0.46 | 0 | 0.07 | 0.09 | 170.47 | 0.69 | 0.7 |
| Hex | 7C | E7 | D6 | 2E | 0 | 7 | 9 | AA | 45 | 46 |
| Octal | 174 | 347 | 326 | 56 | 0 | 7 | 11 | 252 | 105 | 106 |
| Binary | 1111100 | 11100111 | 11010110 | 101110 | 0 | 111 | 1001 | 10101010 | 1000101 | 1000110 |
Color Harmonies of #7CE7D6
Complementary color
Monochromatic Colors of #7CE7D6
Black with #7CE7D6
Text Example
Text Example
White with #7CE7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE7D6; }
p { color: rgb(124,231,214); }
H1.HeaderClassName
{
color: #7CE7D6;
}
.AnyTagClassName
{
color: #7CE7D6;
}
</style>
background-color css
<style>
a { background-color: #7CE7D6; }
a { background-color: rgb(124,231,214); }
div.DivClassName
{
background-color: #7CE7D6;
}
.BgClassName
{
background-color: #7CE7D6;
}
</style>
border-color css
<style>
span { border-color: #7CE7D6; }
span { border-color: rgb(124,231,214); }
td.TdClassName
{
border-color: #7CE7D6;
}
.TagClassName
{
border-color: #7CE7D6;
}
</style>