Shades of Sea Nymph #7BAE9F
Tints of Sea Nymph #7BAE9F
RGB
CMYK
RGB Variations
Color information
#7BAE9F (or 0x7BAE9F) is known color: Sea Nymph. HEX triplet: 7B, AE and 9F. RGB value is (123,174,159). Sum of RGB (Red+Green+Blue) = 123+174+159=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 159 (62.5% from 255 or 34.87% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAE9F is #845160. Grayscale: #9D9D9D. Windows color (decimal): -8671585 or 10464891. OLE color: 10464891.
HSL color Cylindrical-coordinate representation of color #7BAE9F: hue angle of 162.35º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAE9F is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 159 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.32 |
| HSL | 162.35º | 0.24% | 0.58% | - |
| HSV(B) | 162.35º | 0.29% | 0.68% | - |
| XYZ | 29.56 | 36.99 | 38.38 | - |
| YUV | 157.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 159 | 0.29 | 0 | 0.09 | 0.32 | 162.35 | 0.24 | 0.58 |
| Hex | 7B | AE | 9F | 1D | 0 | 9 | 20 | A2 | 18 | 3A |
| Octal | 173 | 256 | 237 | 35 | 0 | 11 | 40 | 242 | 30 | 72 |
| Binary | 1111011 | 10101110 | 10011111 | 11101 | 0 | 1001 | 100000 | 10100010 | 11000 | 111010 |
Color Harmonies of #7BAE9F
Complementary color
Monochromatic Colors of #7BAE9F
Black with #7BAE9F
Text Example
Text Example
White with #7BAE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE9F; }
p { color: rgb(123,174,159); }
H1.HeaderClassName
{
color: #7BAE9F;
}
.AnyTagClassName
{
color: #7BAE9F;
}
</style>
background-color css
<style>
a { background-color: #7BAE9F; }
a { background-color: rgb(123,174,159); }
div.DivClassName
{
background-color: #7BAE9F;
}
.BgClassName
{
background-color: #7BAE9F;
}
</style>
border-color css
<style>
span { border-color: #7BAE9F; }
span { border-color: rgb(123,174,159); }
td.TdClassName
{
border-color: #7BAE9F;
}
.TagClassName
{
border-color: #7BAE9F;
}
</style>