Shades of Riptide #7FD4D0
Tints of Riptide #7FD4D0
RGB
CMYK
RGB Variations
Color information
#7FD4D0 (or 0x7FD4D0) is known color: Riptide. HEX triplet: 7F, D4 and D0. RGB value is (127,212,208). Sum of RGB (Red+Green+Blue) = 127+212+208=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD4D0 is #802B2F. Grayscale: #BABABA. Windows color (decimal): -8399664 or 13685887. OLE color: 13685887.
HSL color Cylindrical-coordinate representation of color #7FD4D0: hue angle of 177.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD4D0 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 212 | 208 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.17 |
| HSL | 177.18º | 0.5% | 0.66% | - |
| HSV(B) | 177.18º | 0.4% | 0.83% | - |
| XYZ | 43.68 | 56.15 | 68.21 | - |
| YUV | 186.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 212 | 208 | 0.40 | 0 | 0.02 | 0.17 | 177.18 | 0.5 | 0.66 |
| Hex | 7F | D4 | D0 | 28 | 0 | 2 | 11 | B1 | 32 | 42 |
| Octal | 177 | 324 | 320 | 50 | 0 | 2 | 21 | 261 | 62 | 102 |
| Binary | 1111111 | 11010100 | 11010000 | 101000 | 0 | 10 | 10001 | 10110001 | 110010 | 1000010 |
Color Harmonies of #7FD4D0
Complementary color
Monochromatic Colors of #7FD4D0
Black with #7FD4D0
Text Example
Text Example
White with #7FD4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD4D0; }
p { color: rgb(127,212,208); }
H1.HeaderClassName
{
color: #7FD4D0;
}
.AnyTagClassName
{
color: #7FD4D0;
}
</style>
background-color css
<style>
a { background-color: #7FD4D0; }
a { background-color: rgb(127,212,208); }
div.DivClassName
{
background-color: #7FD4D0;
}
.BgClassName
{
background-color: #7FD4D0;
}
</style>
border-color css
<style>
span { border-color: #7FD4D0; }
span { border-color: rgb(127,212,208); }
td.TdClassName
{
border-color: #7FD4D0;
}
.TagClassName
{
border-color: #7FD4D0;
}
</style>