Shades of Riptide #7FDFC9
Tints of Riptide #7FDFC9
RGB
CMYK
RGB Variations
Color information
#7FDFC9 (or 0x7FDFC9) is known color: Riptide. HEX triplet: 7F, DF and C9. RGB value is (127,223,201). Sum of RGB (Red+Green+Blue) = 127+223+201=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFC9 is #802036. Grayscale: #BFBFBF. Windows color (decimal): -8396855 or 13229951. OLE color: 13229951.
HSL color Cylindrical-coordinate representation of color #7FDFC9: hue angle of 166.25º 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 #7FDFC9 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 201 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.13 |
| HSL | 166.25º | 0.6% | 0.69% | - |
| HSV(B) | 166.25º | 0.43% | 0.87% | - |
| XYZ | 45.68 | 61.5 | 64.72 | - |
| YUV | 191.79 | 133.2 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 201 | 0.43 | 0 | 0.10 | 0.13 | 166.25 | 0.6 | 0.69 |
| Hex | 7F | DF | C9 | 2B | 0 | A | D | A6 | 3C | 45 |
| Octal | 177 | 337 | 311 | 53 | 0 | 12 | 15 | 246 | 74 | 105 |
| Binary | 1111111 | 11011111 | 11001001 | 101011 | 0 | 1010 | 1101 | 10100110 | 111100 | 1000101 |
Color Harmonies of #7FDFC9
Complementary color
Monochromatic Colors of #7FDFC9
Black with #7FDFC9
Text Example
Text Example
White with #7FDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFC9; }
p { color: rgb(127,223,201); }
H1.HeaderClassName
{
color: #7FDFC9;
}
.AnyTagClassName
{
color: #7FDFC9;
}
</style>
background-color css
<style>
a { background-color: #7FDFC9; }
a { background-color: rgb(127,223,201); }
div.DivClassName
{
background-color: #7FDFC9;
}
.BgClassName
{
background-color: #7FDFC9;
}
</style>
border-color css
<style>
span { border-color: #7FDFC9; }
span { border-color: rgb(127,223,201); }
td.TdClassName
{
border-color: #7FDFC9;
}
.TagClassName
{
border-color: #7FDFC9;
}
</style>