Shades of Riptide #7FDECD
Tints of Riptide #7FDECD
RGB
CMYK
RGB Variations
Color information
#7FDECD (or 0x7FDECD) is known color: Riptide. HEX triplet: 7F, DE and CD. RGB value is (127,222,205). Sum of RGB (Red+Green+Blue) = 127+222+205=554 (73% of max value = 765). Red value is 127 (50% from 255 or 22.92% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 222 - color contains mainly: green. Hex color #7FDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDECD is #802132. Grayscale: #BFBFBF. Windows color (decimal): -8397107 or 13491839. OLE color: 13491839.
HSL color Cylindrical-coordinate representation of color #7FDECD: hue angle of 169.26º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDECD is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 222 | 205 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.13 |
| HSL | 169.26º | 0.59% | 0.68% | - |
| HSV(B) | 169.26º | 0.43% | 0.87% | - |
| XYZ | 45.89 | 61.16 | 67.14 | - |
| YUV | 191.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 222 | 205 | 0.43 | 0 | 0.08 | 0.13 | 169.26 | 0.59 | 0.68 |
| Hex | 7F | DE | CD | 2B | 0 | 8 | D | A9 | 3B | 44 |
| Octal | 177 | 336 | 315 | 53 | 0 | 10 | 15 | 251 | 73 | 104 |
| Binary | 1111111 | 11011110 | 11001101 | 101011 | 0 | 1000 | 1101 | 10101001 | 111011 | 1000100 |
Color Harmonies of #7FDECD
Complementary color
Monochromatic Colors of #7FDECD
Black with #7FDECD
Text Example
Text Example
White with #7FDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDECD; }
p { color: rgb(127,222,205); }
H1.HeaderClassName
{
color: #7FDECD;
}
.AnyTagClassName
{
color: #7FDECD;
}
</style>
background-color css
<style>
a { background-color: #7FDECD; }
a { background-color: rgb(127,222,205); }
div.DivClassName
{
background-color: #7FDECD;
}
.BgClassName
{
background-color: #7FDECD;
}
</style>
border-color css
<style>
span { border-color: #7FDECD; }
span { border-color: rgb(127,222,205); }
td.TdClassName
{
border-color: #7FDECD;
}
.TagClassName
{
border-color: #7FDECD;
}
</style>