Shades of Riptide #7FDFDA
Tints of Riptide #7FDFDA
RGB
CMYK
RGB Variations
Color information
#7FDFDA (or 0x7FDFDA) is known color: Riptide. HEX triplet: 7F, DF and DA. RGB value is (127,223,218). Sum of RGB (Red+Green+Blue) = 127+223+218=568 (75% of max value = 765). Red value is 127 (50% from 255 or 22.36% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFDA is #802025. Grayscale: #C1C1C1. Windows color (decimal): -8396838 or 14344063. OLE color: 14344063.
HSL color Cylindrical-coordinate representation of color #7FDFDA: hue angle of 176.88º 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 #7FDFDA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 218 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.13 |
| HSL | 176.88º | 0.6% | 0.69% | - |
| HSV(B) | 176.88º | 0.43% | 0.87% | - |
| XYZ | 47.79 | 62.35 | 75.85 | - |
| YUV | 193.73 | 141.7 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 218 | 0.43 | 0 | 0.02 | 0.13 | 176.88 | 0.6 | 0.69 |
| Hex | 7F | DF | DA | 2B | 0 | 2 | D | B1 | 3C | 45 |
| Octal | 177 | 337 | 332 | 53 | 0 | 2 | 15 | 261 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11011010 | 101011 | 0 | 10 | 1101 | 10110001 | 111100 | 1000101 |
Color Harmonies of #7FDFDA
Complementary color
Monochromatic Colors of #7FDFDA
Black with #7FDFDA
Text Example
Text Example
White with #7FDFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFDA; }
p { color: rgb(127,223,218); }
H1.HeaderClassName
{
color: #7FDFDA;
}
.AnyTagClassName
{
color: #7FDFDA;
}
</style>
background-color css
<style>
a { background-color: #7FDFDA; }
a { background-color: rgb(127,223,218); }
div.DivClassName
{
background-color: #7FDFDA;
}
.BgClassName
{
background-color: #7FDFDA;
}
</style>
border-color css
<style>
span { border-color: #7FDFDA; }
span { border-color: rgb(127,223,218); }
td.TdClassName
{
border-color: #7FDFDA;
}
.TagClassName
{
border-color: #7FDFDA;
}
</style>