Shades of Riptide #7CDDCC
Tints of Riptide #7CDDCC
RGB
CMYK
RGB Variations
Color information
#7CDDCC (or 0x7CDDCC) is known color: Riptide. HEX triplet: 7C, DD and CC. RGB value is (124,221,204). Sum of RGB (Red+Green+Blue) = 124+221+204=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDCC is #832233. Grayscale: #BEBEBE. Windows color (decimal): -8593972 or 13426044. OLE color: 13426044.
HSL color Cylindrical-coordinate representation of color #7CDDCC: hue angle of 169.48º 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 #7CDDCC is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 204 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.13 |
| HSL | 169.48º | 0.59% | 0.68% | - |
| HSV(B) | 169.48º | 0.44% | 0.87% | - |
| XYZ | 45.07 | 60.36 | 66.4 | - |
| YUV | 190.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 204 | 0.44 | 0 | 0.08 | 0.13 | 169.48 | 0.59 | 0.68 |
| Hex | 7C | DD | CC | 2C | 0 | 8 | D | A9 | 3B | 44 |
| Octal | 174 | 335 | 314 | 54 | 0 | 10 | 15 | 251 | 73 | 104 |
| Binary | 1111100 | 11011101 | 11001100 | 101100 | 0 | 1000 | 1101 | 10101001 | 111011 | 1000100 |
Color Harmonies of #7CDDCC
Complementary color
Monochromatic Colors of #7CDDCC
Black with #7CDDCC
Text Example
Text Example
White with #7CDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDCC; }
p { color: rgb(124,221,204); }
H1.HeaderClassName
{
color: #7CDDCC;
}
.AnyTagClassName
{
color: #7CDDCC;
}
</style>
background-color css
<style>
a { background-color: #7CDDCC; }
a { background-color: rgb(124,221,204); }
div.DivClassName
{
background-color: #7CDDCC;
}
.BgClassName
{
background-color: #7CDDCC;
}
</style>
border-color css
<style>
span { border-color: #7CDDCC; }
span { border-color: rgb(124,221,204); }
td.TdClassName
{
border-color: #7CDDCC;
}
.TagClassName
{
border-color: #7CDDCC;
}
</style>