Shades of Sea Nymph #7EBDA3
Tints of Sea Nymph #7EBDA3
RGB
CMYK
RGB Variations
Color information
#7EBDA3 (or 0x7EBDA3) is known color: Sea Nymph. HEX triplet: 7E, BD and A3. RGB value is (126,189,163). Sum of RGB (Red+Green+Blue) = 126+189+163=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBDA3 is #81425C. Grayscale: #A7A7A7. Windows color (decimal): -8471133 or 10730878. OLE color: 10730878.
HSL color Cylindrical-coordinate representation of color #7EBDA3: hue angle of 155.24º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBDA3 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 163 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.26 |
| HSL | 155.24º | 0.32% | 0.62% | - |
| HSV(B) | 155.24º | 0.33% | 0.74% | - |
| XYZ | 33.41 | 43.48 | 41.28 | - |
| YUV | 167.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 163 | 0.33 | 0 | 0.14 | 0.26 | 155.24 | 0.32 | 0.62 |
| Hex | 7E | BD | A3 | 21 | 0 | E | 1A | 9B | 20 | 3E |
| Octal | 176 | 275 | 243 | 41 | 0 | 16 | 32 | 233 | 40 | 76 |
| Binary | 1111110 | 10111101 | 10100011 | 100001 | 0 | 1110 | 11010 | 10011011 | 100000 | 111110 |
Color Harmonies of #7EBDA3
Complementary color
Monochromatic Colors of #7EBDA3
Black with #7EBDA3
Text Example
Text Example
White with #7EBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBDA3; }
p { color: rgb(126,189,163); }
H1.HeaderClassName
{
color: #7EBDA3;
}
.AnyTagClassName
{
color: #7EBDA3;
}
</style>
background-color css
<style>
a { background-color: #7EBDA3; }
a { background-color: rgb(126,189,163); }
div.DivClassName
{
background-color: #7EBDA3;
}
.BgClassName
{
background-color: #7EBDA3;
}
</style>
border-color css
<style>
span { border-color: #7EBDA3; }
span { border-color: rgb(126,189,163); }
td.TdClassName
{
border-color: #7EBDA3;
}
.TagClassName
{
border-color: #7EBDA3;
}
</style>