Shades of Riptide #7FDFD4
Tints of Riptide #7FDFD4
RGB
CMYK
RGB Variations
Color information
#7FDFD4 (or 0x7FDFD4) is known color: Riptide. HEX triplet: 7F, DF and D4. RGB value is (127,223,212). Sum of RGB (Red+Green+Blue) = 127+223+212=562 (74% of max value = 765). Red value is 127 (50% from 255 or 22.60% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFD4 is #80202B. Grayscale: #C0C0C0. Windows color (decimal): -8396844 or 13950847. OLE color: 13950847.
HSL color Cylindrical-coordinate representation of color #7FDFD4: hue angle of 173.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFD4 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 212 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.13 |
| HSL | 173.13º | 0.6% | 0.69% | - |
| HSV(B) | 173.13º | 0.43% | 0.87% | - |
| XYZ | 47.02 | 62.04 | 71.78 | - |
| YUV | 193.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 212 | 0.43 | 0 | 0.05 | 0.13 | 173.13 | 0.6 | 0.69 |
| Hex | 7F | DF | D4 | 2B | 0 | 5 | D | AD | 3C | 45 |
| Octal | 177 | 337 | 324 | 53 | 0 | 5 | 15 | 255 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11010100 | 101011 | 0 | 101 | 1101 | 10101101 | 111100 | 1000101 |
Color Harmonies of #7FDFD4
Complementary color
Monochromatic Colors of #7FDFD4
Black with #7FDFD4
Text Example
Text Example
White with #7FDFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFD4; }
p { color: rgb(127,223,212); }
H1.HeaderClassName
{
color: #7FDFD4;
}
.AnyTagClassName
{
color: #7FDFD4;
}
</style>
background-color css
<style>
a { background-color: #7FDFD4; }
a { background-color: rgb(127,223,212); }
div.DivClassName
{
background-color: #7FDFD4;
}
.BgClassName
{
background-color: #7FDFD4;
}
</style>
border-color css
<style>
span { border-color: #7FDFD4; }
span { border-color: rgb(127,223,212); }
td.TdClassName
{
border-color: #7FDFD4;
}
.TagClassName
{
border-color: #7FDFD4;
}
</style>