Shades of Riptide #7CDDCB
Tints of Riptide #7CDDCB
RGB
CMYK
RGB Variations
Color information
#7CDDCB (or 0x7CDDCB) is known color: Riptide. HEX triplet: 7C, DD and CB. RGB value is (124,221,203). Sum of RGB (Red+Green+Blue) = 124+221+203=548 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.63% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDCB is #832234. Grayscale: #BDBDBD. Windows color (decimal): -8593973 or 13360508. OLE color: 13360508.
HSL color Cylindrical-coordinate representation of color #7CDDCB: hue angle of 168.87º 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 #7CDDCB is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 203 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.13 |
| HSL | 168.87º | 0.59% | 0.68% | - |
| HSV(B) | 168.87º | 0.44% | 0.87% | - |
| XYZ | 44.95 | 60.31 | 65.77 | - |
| YUV | 189.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 203 | 0.44 | 0 | 0.08 | 0.13 | 168.87 | 0.59 | 0.68 |
| Hex | 7C | DD | CB | 2C | 0 | 8 | D | A9 | 3B | 44 |
| Octal | 174 | 335 | 313 | 54 | 0 | 10 | 15 | 251 | 73 | 104 |
| Binary | 1111100 | 11011101 | 11001011 | 101100 | 0 | 1000 | 1101 | 10101001 | 111011 | 1000100 |
Color Harmonies of #7CDDCB
Complementary color
Monochromatic Colors of #7CDDCB
Black with #7CDDCB
Text Example
Text Example
White with #7CDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDCB; }
p { color: rgb(124,221,203); }
H1.HeaderClassName
{
color: #7CDDCB;
}
.AnyTagClassName
{
color: #7CDDCB;
}
</style>
background-color css
<style>
a { background-color: #7CDDCB; }
a { background-color: rgb(124,221,203); }
div.DivClassName
{
background-color: #7CDDCB;
}
.BgClassName
{
background-color: #7CDDCB;
}
</style>
border-color css
<style>
span { border-color: #7CDDCB; }
span { border-color: rgb(124,221,203); }
td.TdClassName
{
border-color: #7CDDCB;
}
.TagClassName
{
border-color: #7CDDCB;
}
</style>