Shades of Riptide #7FE4D3
Tints of Riptide #7FE4D3
RGB
CMYK
RGB Variations
Color information
#7FE4D3 (or 0x7FE4D3) is known color: Riptide. HEX triplet: 7F, E4 and D3. RGB value is (127,228,211). Sum of RGB (Red+Green+Blue) = 127+228+211=566 (74% of max value = 765). Red value is 127 (50% from 255 or 22.44% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #7FE4D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE4D3 is #801B2C. Grayscale: #C3C3C3. Windows color (decimal): -8395565 or 13886591. OLE color: 13886591.
HSL color Cylindrical-coordinate representation of color #7FE4D3: hue angle of 169.9º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE4D3 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 228 | 211 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.11 |
| HSL | 169.9º | 0.65% | 0.7% | - |
| HSV(B) | 169.9º | 0.44% | 0.89% | - |
| XYZ | 48.25 | 64.7 | 71.57 | - |
| YUV | 195.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 228 | 211 | 0.44 | 0 | 0.07 | 0.11 | 169.9 | 0.65 | 0.7 |
| Hex | 7F | E4 | D3 | 2C | 0 | 7 | B | AA | 41 | 46 |
| Octal | 177 | 344 | 323 | 54 | 0 | 7 | 13 | 252 | 101 | 106 |
| Binary | 1111111 | 11100100 | 11010011 | 101100 | 0 | 111 | 1011 | 10101010 | 1000001 | 1000110 |
Color Harmonies of #7FE4D3
Complementary color
Monochromatic Colors of #7FE4D3
Black with #7FE4D3
Text Example
Text Example
White with #7FE4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE4D3; }
p { color: rgb(127,228,211); }
H1.HeaderClassName
{
color: #7FE4D3;
}
.AnyTagClassName
{
color: #7FE4D3;
}
</style>
background-color css
<style>
a { background-color: #7FE4D3; }
a { background-color: rgb(127,228,211); }
div.DivClassName
{
background-color: #7FE4D3;
}
.BgClassName
{
background-color: #7FE4D3;
}
</style>
border-color css
<style>
span { border-color: #7FE4D3; }
span { border-color: rgb(127,228,211); }
td.TdClassName
{
border-color: #7FE4D3;
}
.TagClassName
{
border-color: #7FE4D3;
}
</style>