Shades of Riptide #7FEAD3
Tints of Riptide #7FEAD3
RGB
CMYK
RGB Variations
Color information
#7FEAD3 (or 0x7FEAD3) is known color: Riptide. HEX triplet: 7F, EA and D3. RGB value is (127,234,211). Sum of RGB (Red+Green+Blue) = 127+234+211=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FEAD3 is #80152C. Grayscale: #C7C7C7. Windows color (decimal): -8394029 or 13888127. OLE color: 13888127.
HSL color Cylindrical-coordinate representation of color #7FEAD3: hue angle of 167.1º 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 #7FEAD3 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 211 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.08 |
| HSL | 167.1º | 0.72% | 0.71% | - |
| HSV(B) | 167.1º | 0.46% | 0.92% | - |
| XYZ | 49.93 | 68.06 | 72.13 | - |
| YUV | 199.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 211 | 0.46 | 0 | 0.10 | 0.08 | 167.1 | 0.72 | 0.71 |
| Hex | 7F | EA | D3 | 2E | 0 | A | 8 | A7 | 48 | 47 |
| Octal | 177 | 352 | 323 | 56 | 0 | 12 | 10 | 247 | 110 | 107 |
| Binary | 1111111 | 11101010 | 11010011 | 101110 | 0 | 1010 | 1000 | 10100111 | 1001000 | 1000111 |
Color Harmonies of #7FEAD3
Complementary color
Monochromatic Colors of #7FEAD3
Black with #7FEAD3
Text Example
Text Example
White with #7FEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEAD3; }
p { color: rgb(127,234,211); }
H1.HeaderClassName
{
color: #7FEAD3;
}
.AnyTagClassName
{
color: #7FEAD3;
}
</style>
background-color css
<style>
a { background-color: #7FEAD3; }
a { background-color: rgb(127,234,211); }
div.DivClassName
{
background-color: #7FEAD3;
}
.BgClassName
{
background-color: #7FEAD3;
}
</style>
border-color css
<style>
span { border-color: #7FEAD3; }
span { border-color: rgb(127,234,211); }
td.TdClassName
{
border-color: #7FEAD3;
}
.TagClassName
{
border-color: #7FEAD3;
}
</style>