Shades of Riptide #7FD5D0
Tints of Riptide #7FD5D0
RGB
CMYK
RGB Variations
Color information
#7FD5D0 (or 0x7FD5D0) is known color: Riptide. HEX triplet: 7F, D5 and D0. RGB value is (127,213,208). Sum of RGB (Red+Green+Blue) = 127+213+208=548 (72% of max value = 765). Red value is 127 (50% from 255 or 23.18% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5D0 is #802A2F. Grayscale: #BABABA. Windows color (decimal): -8399408 or 13686143. OLE color: 13686143.
HSL color Cylindrical-coordinate representation of color #7FD5D0: hue angle of 176.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5D0 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 208 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.16 |
| HSL | 176.51º | 0.51% | 0.67% | - |
| HSV(B) | 176.51º | 0.4% | 0.84% | - |
| XYZ | 43.93 | 56.65 | 68.29 | - |
| YUV | 186.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 208 | 0.40 | 0 | 0.02 | 0.16 | 176.51 | 0.51 | 0.67 |
| Hex | 7F | D5 | D0 | 28 | 0 | 2 | 10 | B1 | 33 | 43 |
| Octal | 177 | 325 | 320 | 50 | 0 | 2 | 20 | 261 | 63 | 103 |
| Binary | 1111111 | 11010101 | 11010000 | 101000 | 0 | 10 | 10000 | 10110001 | 110011 | 1000011 |
Color Harmonies of #7FD5D0
Complementary color
Monochromatic Colors of #7FD5D0
Black with #7FD5D0
Text Example
Text Example
White with #7FD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD5D0; }
p { color: rgb(127,213,208); }
H1.HeaderClassName
{
color: #7FD5D0;
}
.AnyTagClassName
{
color: #7FD5D0;
}
</style>
background-color css
<style>
a { background-color: #7FD5D0; }
a { background-color: rgb(127,213,208); }
div.DivClassName
{
background-color: #7FD5D0;
}
.BgClassName
{
background-color: #7FD5D0;
}
</style>
border-color css
<style>
span { border-color: #7FD5D0; }
span { border-color: rgb(127,213,208); }
td.TdClassName
{
border-color: #7FD5D0;
}
.TagClassName
{
border-color: #7FD5D0;
}
</style>