Shades of Riptide #7FDDCB
Tints of Riptide #7FDDCB
RGB
CMYK
RGB Variations
Color information
#7FDDCB (or 0x7FDDCB) is known color: Riptide. HEX triplet: 7F, DD and CB. RGB value is (127,221,203). Sum of RGB (Red+Green+Blue) = 127+221+203=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDCB is #802234. Grayscale: #BEBEBE. Windows color (decimal): -8397365 or 13360511. OLE color: 13360511.
HSL color Cylindrical-coordinate representation of color #7FDDCB: hue angle of 168.51º 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 #7FDDCB is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 203 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.13 |
| HSL | 168.51º | 0.58% | 0.68% | - |
| HSV(B) | 168.51º | 0.43% | 0.87% | - |
| XYZ | 45.39 | 60.54 | 65.79 | - |
| YUV | 190.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 203 | 0.43 | 0 | 0.08 | 0.13 | 168.51 | 0.58 | 0.68 |
| Hex | 7F | DD | CB | 2B | 0 | 8 | D | A9 | 3A | 44 |
| Octal | 177 | 335 | 313 | 53 | 0 | 10 | 15 | 251 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11001011 | 101011 | 0 | 1000 | 1101 | 10101001 | 111010 | 1000100 |
Color Harmonies of #7FDDCB
Complementary color
Monochromatic Colors of #7FDDCB
Black with #7FDDCB
Text Example
Text Example
White with #7FDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDCB; }
p { color: rgb(127,221,203); }
H1.HeaderClassName
{
color: #7FDDCB;
}
.AnyTagClassName
{
color: #7FDDCB;
}
</style>
background-color css
<style>
a { background-color: #7FDDCB; }
a { background-color: rgb(127,221,203); }
div.DivClassName
{
background-color: #7FDDCB;
}
.BgClassName
{
background-color: #7FDDCB;
}
</style>
border-color css
<style>
span { border-color: #7FDDCB; }
span { border-color: rgb(127,221,203); }
td.TdClassName
{
border-color: #7FDDCB;
}
.TagClassName
{
border-color: #7FDDCB;
}
</style>