Shades of Riptide #7CDDCF
Tints of Riptide #7CDDCF
RGB
CMYK
RGB Variations
Color information
#7CDDCF (or 0x7CDDCF) is known color: Riptide. HEX triplet: 7C, DD and CF. RGB value is (124,221,207). Sum of RGB (Red+Green+Blue) = 124+221+207=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDCF is #832230. Grayscale: #BEBEBE. Windows color (decimal): -8593969 or 13622652. OLE color: 13622652.
HSL color Cylindrical-coordinate representation of color #7CDDCF: hue angle of 171.34º 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 #7CDDCF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 207 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.13 |
| HSL | 171.34º | 0.59% | 0.68% | - |
| HSV(B) | 171.34º | 0.44% | 0.87% | - |
| XYZ | 45.43 | 60.5 | 68.32 | - |
| YUV | 190.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 207 | 0.44 | 0 | 0.06 | 0.13 | 171.34 | 0.59 | 0.68 |
| Hex | 7C | DD | CF | 2C | 0 | 6 | D | AB | 3B | 44 |
| Octal | 174 | 335 | 317 | 54 | 0 | 6 | 15 | 253 | 73 | 104 |
| Binary | 1111100 | 11011101 | 11001111 | 101100 | 0 | 110 | 1101 | 10101011 | 111011 | 1000100 |
Color Harmonies of #7CDDCF
Complementary color
Monochromatic Colors of #7CDDCF
Black with #7CDDCF
Text Example
Text Example
White with #7CDDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDCF; }
p { color: rgb(124,221,207); }
H1.HeaderClassName
{
color: #7CDDCF;
}
.AnyTagClassName
{
color: #7CDDCF;
}
</style>
background-color css
<style>
a { background-color: #7CDDCF; }
a { background-color: rgb(124,221,207); }
div.DivClassName
{
background-color: #7CDDCF;
}
.BgClassName
{
background-color: #7CDDCF;
}
</style>
border-color css
<style>
span { border-color: #7CDDCF; }
span { border-color: rgb(124,221,207); }
td.TdClassName
{
border-color: #7CDDCF;
}
.TagClassName
{
border-color: #7CDDCF;
}
</style>