Shades of Riptide #7CDDD8
Tints of Riptide #7CDDD8
RGB
CMYK
RGB Variations
Color information
#7CDDD8 (or 0x7CDDD8) is known color: Riptide. HEX triplet: 7C, DD and D8. RGB value is (124,221,216). Sum of RGB (Red+Green+Blue) = 124+221+216=561 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.10% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDD8 is #832227. Grayscale: #BFBFBF. Windows color (decimal): -8593960 or 14212476. OLE color: 14212476.
HSL color Cylindrical-coordinate representation of color #7CDDD8: hue angle of 176.91º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDDD8 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 216 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.13 |
| HSL | 176.91º | 0.59% | 0.68% | - |
| HSV(B) | 176.91º | 0.44% | 0.87% | - |
| XYZ | 46.56 | 60.96 | 74.28 | - |
| YUV | 191.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 216 | 0.44 | 0 | 0.02 | 0.13 | 176.91 | 0.59 | 0.68 |
| Hex | 7C | DD | D8 | 2C | 0 | 2 | D | B1 | 3B | 44 |
| Octal | 174 | 335 | 330 | 54 | 0 | 2 | 15 | 261 | 73 | 104 |
| Binary | 1111100 | 11011101 | 11011000 | 101100 | 0 | 10 | 1101 | 10110001 | 111011 | 1000100 |
Color Harmonies of #7CDDD8
Complementary color
Monochromatic Colors of #7CDDD8
Black with #7CDDD8
Text Example
Text Example
White with #7CDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDD8; }
p { color: rgb(124,221,216); }
H1.HeaderClassName
{
color: #7CDDD8;
}
.AnyTagClassName
{
color: #7CDDD8;
}
</style>
background-color css
<style>
a { background-color: #7CDDD8; }
a { background-color: rgb(124,221,216); }
div.DivClassName
{
background-color: #7CDDD8;
}
.BgClassName
{
background-color: #7CDDD8;
}
</style>
border-color css
<style>
span { border-color: #7CDDD8; }
span { border-color: rgb(124,221,216); }
td.TdClassName
{
border-color: #7CDDD8;
}
.TagClassName
{
border-color: #7CDDD8;
}
</style>