Shades of Riptide #7CDFCE
Tints of Riptide #7CDFCE
RGB
CMYK
RGB Variations
Color information
#7CDFCE (or 0x7CDFCE) is known color: Riptide. HEX triplet: 7C, DF and CE. RGB value is (124,223,206). Sum of RGB (Red+Green+Blue) = 124+223+206=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFCE is #832031. Grayscale: #BFBFBF. Windows color (decimal): -8593458 or 13557628. OLE color: 13557628.
HSL color Cylindrical-coordinate representation of color #7CDFCE: hue angle of 169.7º 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 #7CDFCE is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 206 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.13 |
| HSL | 169.7º | 0.61% | 0.68% | - |
| HSV(B) | 169.7º | 0.44% | 0.87% | - |
| XYZ | 45.84 | 61.52 | 67.85 | - |
| YUV | 191.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 206 | 0.44 | 0 | 0.08 | 0.13 | 169.7 | 0.61 | 0.68 |
| Hex | 7C | DF | CE | 2C | 0 | 8 | D | AA | 3D | 44 |
| Octal | 174 | 337 | 316 | 54 | 0 | 10 | 15 | 252 | 75 | 104 |
| Binary | 1111100 | 11011111 | 11001110 | 101100 | 0 | 1000 | 1101 | 10101010 | 111101 | 1000100 |
Color Harmonies of #7CDFCE
Complementary color
Monochromatic Colors of #7CDFCE
Black with #7CDFCE
Text Example
Text Example
White with #7CDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDFCE; }
p { color: rgb(124,223,206); }
H1.HeaderClassName
{
color: #7CDFCE;
}
.AnyTagClassName
{
color: #7CDFCE;
}
</style>
background-color css
<style>
a { background-color: #7CDFCE; }
a { background-color: rgb(124,223,206); }
div.DivClassName
{
background-color: #7CDFCE;
}
.BgClassName
{
background-color: #7CDFCE;
}
</style>
border-color css
<style>
span { border-color: #7CDFCE; }
span { border-color: rgb(124,223,206); }
td.TdClassName
{
border-color: #7CDFCE;
}
.TagClassName
{
border-color: #7CDFCE;
}
</style>