Shades of Sea Nymph #7FBDA3
Tints of Sea Nymph #7FBDA3
RGB
CMYK
RGB Variations
Color information
#7FBDA3 (or 0x7FBDA3) is known color: Sea Nymph. HEX triplet: 7F, BD and A3. RGB value is (127,189,163). Sum of RGB (Red+Green+Blue) = 127+189+163=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBDA3 is #80425C. Grayscale: #A7A7A7. Windows color (decimal): -8405597 or 10730879. OLE color: 10730879.
HSL color Cylindrical-coordinate representation of color #7FBDA3: hue angle of 154.84º 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 #7FBDA3 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 163 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.26 |
| HSL | 154.84º | 0.32% | 0.62% | - |
| HSV(B) | 154.84º | 0.33% | 0.74% | - |
| XYZ | 33.56 | 43.55 | 41.29 | - |
| YUV | 167.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 163 | 0.33 | 0 | 0.14 | 0.26 | 154.84 | 0.32 | 0.62 |
| Hex | 7F | BD | A3 | 21 | 0 | E | 1A | 9B | 20 | 3E |
| Octal | 177 | 275 | 243 | 41 | 0 | 16 | 32 | 233 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10100011 | 100001 | 0 | 1110 | 11010 | 10011011 | 100000 | 111110 |
Color Harmonies of #7FBDA3
Complementary color
Monochromatic Colors of #7FBDA3
Black with #7FBDA3
Text Example
Text Example
White with #7FBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDA3; }
p { color: rgb(127,189,163); }
H1.HeaderClassName
{
color: #7FBDA3;
}
.AnyTagClassName
{
color: #7FBDA3;
}
</style>
background-color css
<style>
a { background-color: #7FBDA3; }
a { background-color: rgb(127,189,163); }
div.DivClassName
{
background-color: #7FBDA3;
}
.BgClassName
{
background-color: #7FBDA3;
}
</style>
border-color css
<style>
span { border-color: #7FBDA3; }
span { border-color: rgb(127,189,163); }
td.TdClassName
{
border-color: #7FBDA3;
}
.TagClassName
{
border-color: #7FBDA3;
}
</style>