Shades of Sea Nymph #7EB8A3
Tints of Sea Nymph #7EB8A3
RGB
CMYK
RGB Variations
Color information
#7EB8A3 (or 0x7EB8A3) is known color: Sea Nymph. HEX triplet: 7E, B8 and A3. RGB value is (126,184,163). Sum of RGB (Red+Green+Blue) = 126+184+163=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB8A3 is #81475C. Grayscale: #A4A4A4. Windows color (decimal): -8472413 or 10729598. OLE color: 10729598.
HSL color Cylindrical-coordinate representation of color #7EB8A3: hue angle of 158.28º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB8A3 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 184 | 163 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.28 |
| HSL | 158.28º | 0.29% | 0.61% | - |
| HSV(B) | 158.28º | 0.32% | 0.72% | - |
| XYZ | 32.36 | 41.36 | 40.93 | - |
| YUV | 164.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 163 | 0.32 | 0 | 0.11 | 0.28 | 158.28 | 0.29 | 0.61 |
| Hex | 7E | B8 | A3 | 20 | 0 | B | 1C | 9E | 1D | 3D |
| Octal | 176 | 270 | 243 | 40 | 0 | 13 | 34 | 236 | 35 | 75 |
| Binary | 1111110 | 10111000 | 10100011 | 100000 | 0 | 1011 | 11100 | 10011110 | 11101 | 111101 |
Color Harmonies of #7EB8A3
Complementary color
Monochromatic Colors of #7EB8A3
Black with #7EB8A3
Text Example
Text Example
White with #7EB8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB8A3; }
p { color: rgb(126,184,163); }
H1.HeaderClassName
{
color: #7EB8A3;
}
.AnyTagClassName
{
color: #7EB8A3;
}
</style>
background-color css
<style>
a { background-color: #7EB8A3; }
a { background-color: rgb(126,184,163); }
div.DivClassName
{
background-color: #7EB8A3;
}
.BgClassName
{
background-color: #7EB8A3;
}
</style>
border-color css
<style>
span { border-color: #7EB8A3; }
span { border-color: rgb(126,184,163); }
td.TdClassName
{
border-color: #7EB8A3;
}
.TagClassName
{
border-color: #7EB8A3;
}
</style>