Shades of Riptide #7FEAD0
Tints of Riptide #7FEAD0
RGB
CMYK
RGB Variations
Color information
#7FEAD0 (or 0x7FEAD0) is known color: Riptide. HEX triplet: 7F, EA and D0. RGB value is (127,234,208). Sum of RGB (Red+Green+Blue) = 127+234+208=569 (75% of max value = 765). Red value is 127 (50% from 255 or 22.32% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEAD0 is #80152F. Grayscale: #C7C7C7. Windows color (decimal): -8394032 or 13691519. OLE color: 13691519.
HSL color Cylindrical-coordinate representation of color #7FEAD0: hue angle of 165.42º 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 #7FEAD0 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 208 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.08 |
| HSL | 165.42º | 0.72% | 0.71% | - |
| HSV(B) | 165.42º | 0.46% | 0.92% | - |
| XYZ | 49.56 | 67.91 | 70.17 | - |
| YUV | 199.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 208 | 0.46 | 0 | 0.11 | 0.08 | 165.42 | 0.72 | 0.71 |
| Hex | 7F | EA | D0 | 2E | 0 | B | 8 | A5 | 48 | 47 |
| Octal | 177 | 352 | 320 | 56 | 0 | 13 | 10 | 245 | 110 | 107 |
| Binary | 1111111 | 11101010 | 11010000 | 101110 | 0 | 1011 | 1000 | 10100101 | 1001000 | 1000111 |
Color Harmonies of #7FEAD0
Complementary color
Monochromatic Colors of #7FEAD0
Black with #7FEAD0
Text Example
Text Example
White with #7FEAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEAD0; }
p { color: rgb(127,234,208); }
H1.HeaderClassName
{
color: #7FEAD0;
}
.AnyTagClassName
{
color: #7FEAD0;
}
</style>
background-color css
<style>
a { background-color: #7FEAD0; }
a { background-color: rgb(127,234,208); }
div.DivClassName
{
background-color: #7FEAD0;
}
.BgClassName
{
background-color: #7FEAD0;
}
</style>
border-color css
<style>
span { border-color: #7FEAD0; }
span { border-color: rgb(127,234,208); }
td.TdClassName
{
border-color: #7FEAD0;
}
.TagClassName
{
border-color: #7FEAD0;
}
</style>