Shades of Riptide #7FE5D0
Tints of Riptide #7FE5D0
RGB
CMYK
RGB Variations
Color information
#7FE5D0 (or 0x7FE5D0) is known color: Riptide. HEX triplet: 7F, E5 and D0. RGB value is (127,229,208). Sum of RGB (Red+Green+Blue) = 127+229+208=564 (74% of max value = 765). Red value is 127 (50% from 255 or 22.52% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5D0 is #801A2F. Grayscale: #C4C4C4. Windows color (decimal): -8395312 or 13690239. OLE color: 13690239.
HSL color Cylindrical-coordinate representation of color #7FE5D0: hue angle of 167.65º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE5D0 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 208 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.10 |
| HSL | 167.65º | 0.66% | 0.7% | - |
| HSV(B) | 167.65º | 0.45% | 0.9% | - |
| XYZ | 48.16 | 65.1 | 69.7 | - |
| YUV | 196.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 208 | 0.45 | 0 | 0.09 | 0.10 | 167.65 | 0.66 | 0.7 |
| Hex | 7F | E5 | D0 | 2D | 0 | 9 | A | A8 | 42 | 46 |
| Octal | 177 | 345 | 320 | 55 | 0 | 11 | 12 | 250 | 102 | 106 |
| Binary | 1111111 | 11100101 | 11010000 | 101101 | 0 | 1001 | 1010 | 10101000 | 1000010 | 1000110 |
Color Harmonies of #7FE5D0
Complementary color
Monochromatic Colors of #7FE5D0
Black with #7FE5D0
Text Example
Text Example
White with #7FE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE5D0; }
p { color: rgb(127,229,208); }
H1.HeaderClassName
{
color: #7FE5D0;
}
.AnyTagClassName
{
color: #7FE5D0;
}
</style>
background-color css
<style>
a { background-color: #7FE5D0; }
a { background-color: rgb(127,229,208); }
div.DivClassName
{
background-color: #7FE5D0;
}
.BgClassName
{
background-color: #7FE5D0;
}
</style>
border-color css
<style>
span { border-color: #7FE5D0; }
span { border-color: rgb(127,229,208); }
td.TdClassName
{
border-color: #7FE5D0;
}
.TagClassName
{
border-color: #7FE5D0;
}
</style>