Shades of Riptide #7FDFC2
Tints of Riptide #7FDFC2
RGB
CMYK
RGB Variations
Color information
#7FDFC2 (or 0x7FDFC2) is known color: Riptide. HEX triplet: 7F, DF and C2. RGB value is (127,223,194). Sum of RGB (Red+Green+Blue) = 127+223+194=544 (72% of max value = 765). Red value is 127 (50% from 255 or 23.35% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFC2 is #80203D. Grayscale: #BFBFBF. Windows color (decimal): -8396862 or 12771199. OLE color: 12771199.
HSL color Cylindrical-coordinate representation of color #7FDFC2: hue angle of 161.88º 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 #7FDFC2 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 194 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.13 |
| HSL | 161.88º | 0.6% | 0.69% | - |
| HSV(B) | 161.88º | 0.43% | 0.87% | - |
| XYZ | 44.88 | 61.18 | 60.48 | - |
| YUV | 190.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 194 | 0.43 | 0 | 0.13 | 0.13 | 161.88 | 0.6 | 0.69 |
| Hex | 7F | DF | C2 | 2B | 0 | D | D | A2 | 3C | 45 |
| Octal | 177 | 337 | 302 | 53 | 0 | 15 | 15 | 242 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11000010 | 101011 | 0 | 1101 | 1101 | 10100010 | 111100 | 1000101 |
Color Harmonies of #7FDFC2
Complementary color
Monochromatic Colors of #7FDFC2
Black with #7FDFC2
Text Example
Text Example
White with #7FDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFC2; }
p { color: rgb(127,223,194); }
H1.HeaderClassName
{
color: #7FDFC2;
}
.AnyTagClassName
{
color: #7FDFC2;
}
</style>
background-color css
<style>
a { background-color: #7FDFC2; }
a { background-color: rgb(127,223,194); }
div.DivClassName
{
background-color: #7FDFC2;
}
.BgClassName
{
background-color: #7FDFC2;
}
</style>
border-color css
<style>
span { border-color: #7FDFC2; }
span { border-color: rgb(127,223,194); }
td.TdClassName
{
border-color: #7FDFC2;
}
.TagClassName
{
border-color: #7FDFC2;
}
</style>