Shades of Riptide #7FEAD5
Tints of Riptide #7FEAD5
RGB
CMYK
RGB Variations
Color information
#7FEAD5 (or 0x7FEAD5) is known color: Riptide. HEX triplet: 7F, EA and D5. RGB value is (127,234,213). Sum of RGB (Red+Green+Blue) = 127+234+213=574 (76% of max value = 765). Red value is 127 (50% from 255 or 22.13% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEAD5 is #80152A. Grayscale: #C7C7C7. Windows color (decimal): -8394027 or 14019199. OLE color: 14019199.
HSL color Cylindrical-coordinate representation of color #7FEAD5: hue angle of 168.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEAD5 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 213 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.08 |
| HSL | 168.22º | 0.72% | 0.71% | - |
| HSV(B) | 168.22º | 0.46% | 0.92% | - |
| XYZ | 50.19 | 68.16 | 73.46 | - |
| YUV | 199.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 213 | 0.46 | 0 | 0.09 | 0.08 | 168.22 | 0.72 | 0.71 |
| Hex | 7F | EA | D5 | 2E | 0 | 9 | 8 | A8 | 48 | 47 |
| Octal | 177 | 352 | 325 | 56 | 0 | 11 | 10 | 250 | 110 | 107 |
| Binary | 1111111 | 11101010 | 11010101 | 101110 | 0 | 1001 | 1000 | 10101000 | 1001000 | 1000111 |
Color Harmonies of #7FEAD5
Complementary color
Monochromatic Colors of #7FEAD5
Black with #7FEAD5
Text Example
Text Example
White with #7FEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEAD5; }
p { color: rgb(127,234,213); }
H1.HeaderClassName
{
color: #7FEAD5;
}
.AnyTagClassName
{
color: #7FEAD5;
}
</style>
background-color css
<style>
a { background-color: #7FEAD5; }
a { background-color: rgb(127,234,213); }
div.DivClassName
{
background-color: #7FEAD5;
}
.BgClassName
{
background-color: #7FEAD5;
}
</style>
border-color css
<style>
span { border-color: #7FEAD5; }
span { border-color: rgb(127,234,213); }
td.TdClassName
{
border-color: #7FEAD5;
}
.TagClassName
{
border-color: #7FEAD5;
}
</style>