Shades of Riptide #7FDFC5
Tints of Riptide #7FDFC5
RGB
CMYK
RGB Variations
Color information
#7FDFC5 (or 0x7FDFC5) is known color: Riptide. HEX triplet: 7F, DF and C5. RGB value is (127,223,197). Sum of RGB (Red+Green+Blue) = 127+223+197=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFC5 is #80203A. Grayscale: #BFBFBF. Windows color (decimal): -8396859 or 12967807. OLE color: 12967807.
HSL color Cylindrical-coordinate representation of color #7FDFC5: hue angle of 163.75º 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 #7FDFC5 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 197 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.13 |
| HSL | 163.75º | 0.6% | 0.69% | - |
| HSV(B) | 163.75º | 0.43% | 0.87% | - |
| XYZ | 45.22 | 61.32 | 62.28 | - |
| YUV | 191.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 197 | 0.43 | 0 | 0.12 | 0.13 | 163.75 | 0.6 | 0.69 |
| Hex | 7F | DF | C5 | 2B | 0 | C | D | A4 | 3C | 45 |
| Octal | 177 | 337 | 305 | 53 | 0 | 14 | 15 | 244 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11000101 | 101011 | 0 | 1100 | 1101 | 10100100 | 111100 | 1000101 |
Color Harmonies of #7FDFC5
Complementary color
Monochromatic Colors of #7FDFC5
Black with #7FDFC5
Text Example
Text Example
White with #7FDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFC5; }
p { color: rgb(127,223,197); }
H1.HeaderClassName
{
color: #7FDFC5;
}
.AnyTagClassName
{
color: #7FDFC5;
}
</style>
background-color css
<style>
a { background-color: #7FDFC5; }
a { background-color: rgb(127,223,197); }
div.DivClassName
{
background-color: #7FDFC5;
}
.BgClassName
{
background-color: #7FDFC5;
}
</style>
border-color css
<style>
span { border-color: #7FDFC5; }
span { border-color: rgb(127,223,197); }
td.TdClassName
{
border-color: #7FDFC5;
}
.TagClassName
{
border-color: #7FDFC5;
}
</style>