Shades of Riptide #7CDECB
Tints of Riptide #7CDECB
RGB
CMYK
RGB Variations
Color information
#7CDECB (or 0x7CDECB) is known color: Riptide. HEX triplet: 7C, DE and CB. RGB value is (124,222,203). Sum of RGB (Red+Green+Blue) = 124+222+203=549 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.59% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDECB is #832134. Grayscale: #BEBEBE. Windows color (decimal): -8593717 or 13360764. OLE color: 13360764.
HSL color Cylindrical-coordinate representation of color #7CDECB: hue angle of 168.37º degrees, saturation: 0.6, 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 #7CDECB is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 203 | - |
| CMYK | 0.44 | 0 | 0.09 | 0.13 |
| HSL | 168.37º | 0.6% | 0.68% | - |
| HSV(B) | 168.37º | 0.44% | 0.87% | - |
| XYZ | 45.21 | 60.84 | 65.86 | - |
| YUV | 190.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 203 | 0.44 | 0 | 0.09 | 0.13 | 168.37 | 0.6 | 0.68 |
| Hex | 7C | DE | CB | 2C | 0 | 9 | D | A8 | 3C | 44 |
| Octal | 174 | 336 | 313 | 54 | 0 | 11 | 15 | 250 | 74 | 104 |
| Binary | 1111100 | 11011110 | 11001011 | 101100 | 0 | 1001 | 1101 | 10101000 | 111100 | 1000100 |
Color Harmonies of #7CDECB
Complementary color
Monochromatic Colors of #7CDECB
Black with #7CDECB
Text Example
Text Example
White with #7CDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDECB; }
p { color: rgb(124,222,203); }
H1.HeaderClassName
{
color: #7CDECB;
}
.AnyTagClassName
{
color: #7CDECB;
}
</style>
background-color css
<style>
a { background-color: #7CDECB; }
a { background-color: rgb(124,222,203); }
div.DivClassName
{
background-color: #7CDECB;
}
.BgClassName
{
background-color: #7CDECB;
}
</style>
border-color css
<style>
span { border-color: #7CDECB; }
span { border-color: rgb(124,222,203); }
td.TdClassName
{
border-color: #7CDECB;
}
.TagClassName
{
border-color: #7CDECB;
}
</style>