Shades of Riptide #7CDCD0
Tints of Riptide #7CDCD0
RGB
CMYK
RGB Variations
Color information
#7CDCD0 (or 0x7CDCD0) is known color: Riptide. HEX triplet: 7C, DC and D0. RGB value is (124,220,208). Sum of RGB (Red+Green+Blue) = 124+220+208=552 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.46% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDCD0 is #83232F. Grayscale: #BDBDBD. Windows color (decimal): -8594224 or 13687932. OLE color: 13687932.
HSL color Cylindrical-coordinate representation of color #7CDCD0: hue angle of 172.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDCD0 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 208 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.14 |
| HSL | 172.5º | 0.58% | 0.67% | - |
| HSV(B) | 172.5º | 0.44% | 0.86% | - |
| XYZ | 45.29 | 60.03 | 68.87 | - |
| YUV | 189.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 208 | 0.44 | 0 | 0.05 | 0.14 | 172.5 | 0.58 | 0.67 |
| Hex | 7C | DC | D0 | 2C | 0 | 5 | E | AC | 3A | 43 |
| Octal | 174 | 334 | 320 | 54 | 0 | 5 | 16 | 254 | 72 | 103 |
| Binary | 1111100 | 11011100 | 11010000 | 101100 | 0 | 101 | 1110 | 10101100 | 111010 | 1000011 |
Color Harmonies of #7CDCD0
Complementary color
Monochromatic Colors of #7CDCD0
Black with #7CDCD0
Text Example
Text Example
White with #7CDCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDCD0; }
p { color: rgb(124,220,208); }
H1.HeaderClassName
{
color: #7CDCD0;
}
.AnyTagClassName
{
color: #7CDCD0;
}
</style>
background-color css
<style>
a { background-color: #7CDCD0; }
a { background-color: rgb(124,220,208); }
div.DivClassName
{
background-color: #7CDCD0;
}
.BgClassName
{
background-color: #7CDCD0;
}
</style>
border-color css
<style>
span { border-color: #7CDCD0; }
span { border-color: rgb(124,220,208); }
td.TdClassName
{
border-color: #7CDCD0;
}
.TagClassName
{
border-color: #7CDCD0;
}
</style>