Shades of Riptide #7FCFCD
Tints of Riptide #7FCFCD
RGB
CMYK
RGB Variations
Color information
#7FCFCD (or 0x7FCFCD) is known color: Riptide. HEX triplet: 7F, CF and CD. RGB value is (127,207,205). Sum of RGB (Red+Green+Blue) = 127+207+205=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFCD is #803032. Grayscale: #B6B6B6. Windows color (decimal): -8400947 or 13487999. OLE color: 13487999.
HSL color Cylindrical-coordinate representation of color #7FCFCD: hue angle of 178.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCFCD is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 205 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.19 |
| HSL | 178.5º | 0.45% | 0.65% | - |
| HSV(B) | 178.5º | 0.39% | 0.81% | - |
| XYZ | 42.08 | 53.55 | 65.87 | - |
| YUV | 182.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 205 | 0.39 | 0 | 0.01 | 0.19 | 178.5 | 0.45 | 0.65 |
| Hex | 7F | CF | CD | 27 | 0 | 1 | 13 | B2 | 2D | 41 |
| Octal | 177 | 317 | 315 | 47 | 0 | 1 | 23 | 262 | 55 | 101 |
| Binary | 1111111 | 11001111 | 11001101 | 100111 | 0 | 1 | 10011 | 10110010 | 101101 | 1000001 |
Color Harmonies of #7FCFCD
Complementary color
Monochromatic Colors of #7FCFCD
Black with #7FCFCD
Text Example
Text Example
White with #7FCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFCD; }
p { color: rgb(127,207,205); }
H1.HeaderClassName
{
color: #7FCFCD;
}
.AnyTagClassName
{
color: #7FCFCD;
}
</style>
background-color css
<style>
a { background-color: #7FCFCD; }
a { background-color: rgb(127,207,205); }
div.DivClassName
{
background-color: #7FCFCD;
}
.BgClassName
{
background-color: #7FCFCD;
}
</style>
border-color css
<style>
span { border-color: #7FCFCD; }
span { border-color: rgb(127,207,205); }
td.TdClassName
{
border-color: #7FCFCD;
}
.TagClassName
{
border-color: #7FCFCD;
}
</style>