Shades of Sea Nymph #7EB1A1
Tints of Sea Nymph #7EB1A1
RGB
CMYK
RGB Variations
Color information
#7EB1A1 (or 0x7EB1A1) is known color: Sea Nymph. HEX triplet: 7E, B1 and A1. RGB value is (126,177,161). Sum of RGB (Red+Green+Blue) = 126+177+161=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB1A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EB1A1 is #814E5E. Grayscale: #9F9F9F. Windows color (decimal): -8474207 or 10596734. OLE color: 10596734.
HSL color Cylindrical-coordinate representation of color #7EB1A1: hue angle of 161.18º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EB1A1 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 177 | 161 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.31 |
| HSL | 161.18º | 0.25% | 0.59% | - |
| HSV(B) | 161.18º | 0.29% | 0.69% | - |
| XYZ | 30.76 | 38.45 | 39.52 | - |
| YUV | 159.93 | 128.6 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 177 | 161 | 0.29 | 0 | 0.09 | 0.31 | 161.18 | 0.25 | 0.59 |
| Hex | 7E | B1 | A1 | 1D | 0 | 9 | 1F | A1 | 19 | 3B |
| Octal | 176 | 261 | 241 | 35 | 0 | 11 | 37 | 241 | 31 | 73 |
| Binary | 1111110 | 10110001 | 10100001 | 11101 | 0 | 1001 | 11111 | 10100001 | 11001 | 111011 |
Color Harmonies of #7EB1A1
Complementary color
Monochromatic Colors of #7EB1A1
Black with #7EB1A1
Text Example
Text Example
White with #7EB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB1A1; }
p { color: rgb(126,177,161); }
H1.HeaderClassName
{
color: #7EB1A1;
}
.AnyTagClassName
{
color: #7EB1A1;
}
</style>
background-color css
<style>
a { background-color: #7EB1A1; }
a { background-color: rgb(126,177,161); }
div.DivClassName
{
background-color: #7EB1A1;
}
.BgClassName
{
background-color: #7EB1A1;
}
</style>
border-color css
<style>
span { border-color: #7EB1A1; }
span { border-color: rgb(126,177,161); }
td.TdClassName
{
border-color: #7EB1A1;
}
.TagClassName
{
border-color: #7EB1A1;
}
</style>