Shades of Riptide #7FDFD0
Tints of Riptide #7FDFD0
RGB
CMYK
RGB Variations
Color information
#7FDFD0 (or 0x7FDFD0) is known color: Riptide. HEX triplet: 7F, DF and D0. RGB value is (127,223,208). Sum of RGB (Red+Green+Blue) = 127+223+208=558 (73% of max value = 765). Red value is 127 (50% from 255 or 22.76% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFD0 is #80202F. Grayscale: #C0C0C0. Windows color (decimal): -8396848 or 13688703. OLE color: 13688703.
HSL color Cylindrical-coordinate representation of color #7FDFD0: hue angle of 170.62º 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 #7FDFD0 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 208 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.13 |
| HSL | 170.63º | 0.6% | 0.69% | - |
| HSV(B) | 170.63º | 0.43% | 0.87% | - |
| XYZ | 46.53 | 61.84 | 69.16 | - |
| YUV | 192.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 208 | 0.43 | 0 | 0.07 | 0.13 | 170.63 | 0.6 | 0.69 |
| Hex | 7F | DF | D0 | 2B | 0 | 7 | D | AB | 3C | 45 |
| Octal | 177 | 337 | 320 | 53 | 0 | 7 | 15 | 253 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11010000 | 101011 | 0 | 111 | 1101 | 10101011 | 111100 | 1000101 |
Color Harmonies of #7FDFD0
Complementary color
Monochromatic Colors of #7FDFD0
Black with #7FDFD0
Text Example
Text Example
White with #7FDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFD0; }
p { color: rgb(127,223,208); }
H1.HeaderClassName
{
color: #7FDFD0;
}
.AnyTagClassName
{
color: #7FDFD0;
}
</style>
background-color css
<style>
a { background-color: #7FDFD0; }
a { background-color: rgb(127,223,208); }
div.DivClassName
{
background-color: #7FDFD0;
}
.BgClassName
{
background-color: #7FDFD0;
}
</style>
border-color css
<style>
span { border-color: #7FDFD0; }
span { border-color: rgb(127,223,208); }
td.TdClassName
{
border-color: #7FDFD0;
}
.TagClassName
{
border-color: #7FDFD0;
}
</style>