Shades of Riptide #7FDFCE
Tints of Riptide #7FDFCE
RGB
CMYK
RGB Variations
Color information
#7FDFCE (or 0x7FDFCE) is known color: Riptide. HEX triplet: 7F, DF and CE. RGB value is (127,223,206). Sum of RGB (Red+Green+Blue) = 127+223+206=556 (73% of max value = 765). Red value is 127 (50% from 255 or 22.84% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFCE is #802031. Grayscale: #C0C0C0. Windows color (decimal): -8396850 or 13557631. OLE color: 13557631.
HSL color Cylindrical-coordinate representation of color #7FDFCE: hue angle of 169.38º 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 #7FDFCE is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 206 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.13 |
| HSL | 169.38º | 0.6% | 0.69% | - |
| HSV(B) | 169.38º | 0.43% | 0.87% | - |
| XYZ | 46.28 | 61.74 | 67.87 | - |
| YUV | 192.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 206 | 0.43 | 0 | 0.08 | 0.13 | 169.38 | 0.6 | 0.69 |
| Hex | 7F | DF | CE | 2B | 0 | 8 | D | A9 | 3C | 45 |
| Octal | 177 | 337 | 316 | 53 | 0 | 10 | 15 | 251 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11001110 | 101011 | 0 | 1000 | 1101 | 10101001 | 111100 | 1000101 |
Color Harmonies of #7FDFCE
Complementary color
Monochromatic Colors of #7FDFCE
Black with #7FDFCE
Text Example
Text Example
White with #7FDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFCE; }
p { color: rgb(127,223,206); }
H1.HeaderClassName
{
color: #7FDFCE;
}
.AnyTagClassName
{
color: #7FDFCE;
}
</style>
background-color css
<style>
a { background-color: #7FDFCE; }
a { background-color: rgb(127,223,206); }
div.DivClassName
{
background-color: #7FDFCE;
}
.BgClassName
{
background-color: #7FDFCE;
}
</style>
border-color css
<style>
span { border-color: #7FDFCE; }
span { border-color: rgb(127,223,206); }
td.TdClassName
{
border-color: #7FDFCE;
}
.TagClassName
{
border-color: #7FDFCE;
}
</style>