Shades of Sea Nymph #7FBDA6
Tints of Sea Nymph #7FBDA6
RGB
CMYK
RGB Variations
Color information
#7FBDA6 (or 0x7FBDA6) is known color: Sea Nymph. HEX triplet: 7F, BD and A6. RGB value is (127,189,166). Sum of RGB (Red+Green+Blue) = 127+189+166=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBDA6 is #804259. Grayscale: #A7A7A7. Windows color (decimal): -8405594 or 10927487. OLE color: 10927487.
HSL color Cylindrical-coordinate representation of color #7FBDA6: hue angle of 157.74º 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 #7FBDA6 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 166 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.26 |
| HSL | 157.74º | 0.32% | 0.62% | - |
| HSV(B) | 157.74º | 0.33% | 0.74% | - |
| XYZ | 33.83 | 43.66 | 42.72 | - |
| YUV | 167.84 | 126.96 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 166 | 0.33 | 0 | 0.12 | 0.26 | 157.74 | 0.32 | 0.62 |
| Hex | 7F | BD | A6 | 21 | 0 | C | 1A | 9E | 20 | 3E |
| Octal | 177 | 275 | 246 | 41 | 0 | 14 | 32 | 236 | 40 | 76 |
| Binary | 1111111 | 10111101 | 10100110 | 100001 | 0 | 1100 | 11010 | 10011110 | 100000 | 111110 |
Color Harmonies of #7FBDA6
Complementary color
Monochromatic Colors of #7FBDA6
Black with #7FBDA6
Text Example
Text Example
White with #7FBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBDA6; }
p { color: rgb(127,189,166); }
H1.HeaderClassName
{
color: #7FBDA6;
}
.AnyTagClassName
{
color: #7FBDA6;
}
</style>
background-color css
<style>
a { background-color: #7FBDA6; }
a { background-color: rgb(127,189,166); }
div.DivClassName
{
background-color: #7FBDA6;
}
.BgClassName
{
background-color: #7FBDA6;
}
</style>
border-color css
<style>
span { border-color: #7FBDA6; }
span { border-color: rgb(127,189,166); }
td.TdClassName
{
border-color: #7FBDA6;
}
.TagClassName
{
border-color: #7FBDA6;
}
</style>