Shades of Riptide #7FD9D3
Tints of Riptide #7FD9D3
RGB
CMYK
RGB Variations
Color information
#7FD9D3 (or 0x7FD9D3) is known color: Riptide. HEX triplet: 7F, D9 and D3. RGB value is (127,217,211). Sum of RGB (Red+Green+Blue) = 127+217+211=555 (73% of max value = 765). Red value is 127 (50% from 255 or 22.88% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD9D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD9D3 is #80262C. Grayscale: #BDBDBD. Windows color (decimal): -8398381 or 13883775. OLE color: 13883775.
HSL color Cylindrical-coordinate representation of color #7FD9D3: hue angle of 176º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD9D3 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 217 | 211 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.15 |
| HSL | 176º | 0.54% | 0.67% | - |
| HSV(B) | 176º | 0.41% | 0.85% | - |
| XYZ | 45.32 | 58.84 | 70.6 | - |
| YUV | 189.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 217 | 211 | 0.41 | 0 | 0.03 | 0.15 | 176 | 0.54 | 0.67 |
| Hex | 7F | D9 | D3 | 29 | 0 | 3 | F | B0 | 36 | 43 |
| Octal | 177 | 331 | 323 | 51 | 0 | 3 | 17 | 260 | 66 | 103 |
| Binary | 1111111 | 11011001 | 11010011 | 101001 | 0 | 11 | 1111 | 10110000 | 110110 | 1000011 |
Color Harmonies of #7FD9D3
Complementary color
Monochromatic Colors of #7FD9D3
Black with #7FD9D3
Text Example
Text Example
White with #7FD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD9D3; }
p { color: rgb(127,217,211); }
H1.HeaderClassName
{
color: #7FD9D3;
}
.AnyTagClassName
{
color: #7FD9D3;
}
</style>
background-color css
<style>
a { background-color: #7FD9D3; }
a { background-color: rgb(127,217,211); }
div.DivClassName
{
background-color: #7FD9D3;
}
.BgClassName
{
background-color: #7FD9D3;
}
</style>
border-color css
<style>
span { border-color: #7FD9D3; }
span { border-color: rgb(127,217,211); }
td.TdClassName
{
border-color: #7FD9D3;
}
.TagClassName
{
border-color: #7FD9D3;
}
</style>