Shades of Riptide #7FD3CF
Tints of Riptide #7FD3CF
RGB
CMYK
RGB Variations
Color information
#7FD3CF (or 0x7FD3CF) is known color: Riptide. HEX triplet: 7F, D3 and CF. RGB value is (127,211,207). Sum of RGB (Red+Green+Blue) = 127+211+207=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD3CF is #802C30. Grayscale: #B9B9B9. Windows color (decimal): -8399921 or 13620095. OLE color: 13620095.
HSL color Cylindrical-coordinate representation of color #7FD3CF: hue angle of 177.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD3CF is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 127 | 211 | 207 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.17 |
| HSL | 177.14º | 0.49% | 0.66% | - |
| HSV(B) | 177.14º | 0.4% | 0.83% | - |
| XYZ | 43.31 | 55.61 | 67.48 | - |
| YUV | 185.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 211 | 207 | 0.40 | 0 | 0.02 | 0.17 | 177.14 | 0.49 | 0.66 |
| Hex | 7F | D3 | CF | 28 | 0 | 2 | 11 | B1 | 31 | 42 |
| Octal | 177 | 323 | 317 | 50 | 0 | 2 | 21 | 261 | 61 | 102 |
| Binary | 1111111 | 11010011 | 11001111 | 101000 | 0 | 10 | 10001 | 10110001 | 110001 | 1000010 |
Color Harmonies of #7FD3CF
Complementary color
Monochromatic Colors of #7FD3CF
Black with #7FD3CF
Text Example
Text Example
White with #7FD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD3CF; }
p { color: rgb(127,211,207); }
H1.HeaderClassName
{
color: #7FD3CF;
}
.AnyTagClassName
{
color: #7FD3CF;
}
</style>
background-color css
<style>
a { background-color: #7FD3CF; }
a { background-color: rgb(127,211,207); }
div.DivClassName
{
background-color: #7FD3CF;
}
.BgClassName
{
background-color: #7FD3CF;
}
</style>
border-color css
<style>
span { border-color: #7FD3CF; }
span { border-color: rgb(127,211,207); }
td.TdClassName
{
border-color: #7FD3CF;
}
.TagClassName
{
border-color: #7FD3CF;
}
</style>