Shades of Riptide #7FD2CF
Tints of Riptide #7FD2CF
RGB
CMYK
RGB Variations
Color information
#7FD2CF (or 0x7FD2CF) is known color: Riptide. HEX triplet: 7F, D2 and CF. RGB value is (127,210,207). Sum of RGB (Red+Green+Blue) = 127+210+207=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD2CF is #802D30. Grayscale: #B8B8B8. Windows color (decimal): -8400177 or 13619839. OLE color: 13619839.
HSL color Cylindrical-coordinate representation of color #7FD2CF: hue angle of 177.83º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD2CF is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 210 | 207 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.18 |
| HSL | 177.83º | 0.48% | 0.66% | - |
| HSV(B) | 177.83º | 0.4% | 0.82% | - |
| XYZ | 43.06 | 55.11 | 67.4 | - |
| YUV | 184.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 210 | 207 | 0.40 | 0 | 0.01 | 0.18 | 177.83 | 0.48 | 0.66 |
| Hex | 7F | D2 | CF | 28 | 0 | 1 | 12 | B2 | 30 | 42 |
| Octal | 177 | 322 | 317 | 50 | 0 | 1 | 22 | 262 | 60 | 102 |
| Binary | 1111111 | 11010010 | 11001111 | 101000 | 0 | 1 | 10010 | 10110010 | 110000 | 1000010 |
Color Harmonies of #7FD2CF
Complementary color
Monochromatic Colors of #7FD2CF
Black with #7FD2CF
Text Example
Text Example
White with #7FD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD2CF; }
p { color: rgb(127,210,207); }
H1.HeaderClassName
{
color: #7FD2CF;
}
.AnyTagClassName
{
color: #7FD2CF;
}
</style>
background-color css
<style>
a { background-color: #7FD2CF; }
a { background-color: rgb(127,210,207); }
div.DivClassName
{
background-color: #7FD2CF;
}
.BgClassName
{
background-color: #7FD2CF;
}
</style>
border-color css
<style>
span { border-color: #7FD2CF; }
span { border-color: rgb(127,210,207); }
td.TdClassName
{
border-color: #7FD2CF;
}
.TagClassName
{
border-color: #7FD2CF;
}
</style>