Shades of Riptide #7CDDCA
Tints of Riptide #7CDDCA
RGB
CMYK
RGB Variations
Color information
#7CDDCA (or 0x7CDDCA) is known color: Riptide. HEX triplet: 7C, DD and CA. RGB value is (124,221,202). Sum of RGB (Red+Green+Blue) = 124+221+202=547 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.67% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDCA is #832235. Grayscale: #BDBDBD. Windows color (decimal): -8593974 or 13294972. OLE color: 13294972.
HSL color Cylindrical-coordinate representation of color #7CDDCA: hue angle of 168.25º 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 #7CDDCA is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 202 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.13 |
| HSL | 168.25º | 0.59% | 0.68% | - |
| HSV(B) | 168.25º | 0.44% | 0.87% | - |
| XYZ | 44.83 | 60.26 | 65.15 | - |
| YUV | 189.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 202 | 0.44 | 0 | 0.09 | 0.13 | 168.25 | 0.59 | 0.68 |
| Hex | 7C | DD | CA | 2C | 0 | 9 | D | A8 | 3B | 44 |
| Octal | 174 | 335 | 312 | 54 | 0 | 11 | 15 | 250 | 73 | 104 |
| Binary | 1111100 | 11011101 | 11001010 | 101100 | 0 | 1001 | 1101 | 10101000 | 111011 | 1000100 |
Color Harmonies of #7CDDCA
Complementary color
Monochromatic Colors of #7CDDCA
Black with #7CDDCA
Text Example
Text Example
White with #7CDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDCA; }
p { color: rgb(124,221,202); }
H1.HeaderClassName
{
color: #7CDDCA;
}
.AnyTagClassName
{
color: #7CDDCA;
}
</style>
background-color css
<style>
a { background-color: #7CDDCA; }
a { background-color: rgb(124,221,202); }
div.DivClassName
{
background-color: #7CDDCA;
}
.BgClassName
{
background-color: #7CDDCA;
}
</style>
border-color css
<style>
span { border-color: #7CDDCA; }
span { border-color: rgb(124,221,202); }
td.TdClassName
{
border-color: #7CDDCA;
}
.TagClassName
{
border-color: #7CDDCA;
}
</style>