Shades of Riptide #7FDDCC
Tints of Riptide #7FDDCC
RGB
CMYK
RGB Variations
Color information
#7FDDCC (or 0x7FDDCC) is known color: Riptide. HEX triplet: 7F, DD and CC. RGB value is (127,221,204). Sum of RGB (Red+Green+Blue) = 127+221+204=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDCC is #802233. Grayscale: #BEBEBE. Windows color (decimal): -8397364 or 13426047. OLE color: 13426047.
HSL color Cylindrical-coordinate representation of color #7FDDCC: hue angle of 169.15º degrees, saturation: 0.58, 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 #7FDDCC is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 204 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.13 |
| HSL | 169.15º | 0.58% | 0.68% | - |
| HSV(B) | 169.15º | 0.43% | 0.87% | - |
| XYZ | 45.51 | 60.58 | 66.42 | - |
| YUV | 190.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 204 | 0.43 | 0 | 0.08 | 0.13 | 169.15 | 0.58 | 0.68 |
| Hex | 7F | DD | CC | 2B | 0 | 8 | D | A9 | 3A | 44 |
| Octal | 177 | 335 | 314 | 53 | 0 | 10 | 15 | 251 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11001100 | 101011 | 0 | 1000 | 1101 | 10101001 | 111010 | 1000100 |
Color Harmonies of #7FDDCC
Complementary color
Monochromatic Colors of #7FDDCC
Black with #7FDDCC
Text Example
Text Example
White with #7FDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDCC; }
p { color: rgb(127,221,204); }
H1.HeaderClassName
{
color: #7FDDCC;
}
.AnyTagClassName
{
color: #7FDDCC;
}
</style>
background-color css
<style>
a { background-color: #7FDDCC; }
a { background-color: rgb(127,221,204); }
div.DivClassName
{
background-color: #7FDDCC;
}
.BgClassName
{
background-color: #7FDDCC;
}
</style>
border-color css
<style>
span { border-color: #7FDDCC; }
span { border-color: rgb(127,221,204); }
td.TdClassName
{
border-color: #7FDDCC;
}
.TagClassName
{
border-color: #7FDDCC;
}
</style>