Shades of Sea Nymph #7ABBA2
Tints of Sea Nymph #7ABBA2
RGB
CMYK
RGB Variations
Color information
#7ABBA2 (or 0x7ABBA2) is known color: Sea Nymph. HEX triplet: 7A, BB and A2. RGB value is (122,187,162). Sum of RGB (Red+Green+Blue) = 122+187+162=471 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.90% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABBA2 is #85445D. Grayscale: #A4A4A4. Windows color (decimal): -8733790 or 10664826. OLE color: 10664826.
HSL color Cylindrical-coordinate representation of color #7ABBA2: hue angle of 156.92º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABBA2 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 162 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.27 |
| HSL | 156.92º | 0.32% | 0.61% | - |
| HSV(B) | 156.92º | 0.35% | 0.73% | - |
| XYZ | 32.32 | 42.29 | 40.64 | - |
| YUV | 164.72 | 126.47 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 162 | 0.35 | 0 | 0.13 | 0.27 | 156.92 | 0.32 | 0.61 |
| Hex | 7A | BB | A2 | 23 | 0 | D | 1B | 9D | 20 | 3D |
| Octal | 172 | 273 | 242 | 43 | 0 | 15 | 33 | 235 | 40 | 75 |
| Binary | 1111010 | 10111011 | 10100010 | 100011 | 0 | 1101 | 11011 | 10011101 | 100000 | 111101 |
Color Harmonies of #7ABBA2
Complementary color
Monochromatic Colors of #7ABBA2
Black with #7ABBA2
Text Example
Text Example
White with #7ABBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBA2; }
p { color: rgb(122,187,162); }
H1.HeaderClassName
{
color: #7ABBA2;
}
.AnyTagClassName
{
color: #7ABBA2;
}
</style>
background-color css
<style>
a { background-color: #7ABBA2; }
a { background-color: rgb(122,187,162); }
div.DivClassName
{
background-color: #7ABBA2;
}
.BgClassName
{
background-color: #7ABBA2;
}
</style>
border-color css
<style>
span { border-color: #7ABBA2; }
span { border-color: rgb(122,187,162); }
td.TdClassName
{
border-color: #7ABBA2;
}
.TagClassName
{
border-color: #7ABBA2;
}
</style>