Shades of Riptide #7CDFCC
Tints of Riptide #7CDFCC
RGB
CMYK
RGB Variations
Color information
#7CDFCC (or 0x7CDFCC) is known color: Riptide. HEX triplet: 7C, DF and CC. RGB value is (124,223,204). Sum of RGB (Red+Green+Blue) = 124+223+204=551 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.50% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFCC is #832033. Grayscale: #BFBFBF. Windows color (decimal): -8593460 or 13426556. OLE color: 13426556.
HSL color Cylindrical-coordinate representation of color #7CDFCC: hue angle of 168.48º degrees, saturation: 0.61, 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 #7CDFCC is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 204 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.13 |
| HSL | 168.48º | 0.61% | 0.68% | - |
| HSV(B) | 168.48º | 0.44% | 0.87% | - |
| XYZ | 45.6 | 61.42 | 66.58 | - |
| YUV | 191.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 204 | 0.44 | 0 | 0.09 | 0.13 | 168.48 | 0.61 | 0.68 |
| Hex | 7C | DF | CC | 2C | 0 | 9 | D | A8 | 3D | 44 |
| Octal | 174 | 337 | 314 | 54 | 0 | 11 | 15 | 250 | 75 | 104 |
| Binary | 1111100 | 11011111 | 11001100 | 101100 | 0 | 1001 | 1101 | 10101000 | 111101 | 1000100 |
Color Harmonies of #7CDFCC
Complementary color
Monochromatic Colors of #7CDFCC
Black with #7CDFCC
Text Example
Text Example
White with #7CDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDFCC; }
p { color: rgb(124,223,204); }
H1.HeaderClassName
{
color: #7CDFCC;
}
.AnyTagClassName
{
color: #7CDFCC;
}
</style>
background-color css
<style>
a { background-color: #7CDFCC; }
a { background-color: rgb(124,223,204); }
div.DivClassName
{
background-color: #7CDFCC;
}
.BgClassName
{
background-color: #7CDFCC;
}
</style>
border-color css
<style>
span { border-color: #7CDFCC; }
span { border-color: rgb(124,223,204); }
td.TdClassName
{
border-color: #7CDFCC;
}
.TagClassName
{
border-color: #7CDFCC;
}
</style>