Shades of Sea Nymph #8ABAA9
Tints of Sea Nymph #8ABAA9
RGB
CMYK
RGB Variations
Color information
#8ABAA9 (or 0x8ABAA9) is known color: Sea Nymph. HEX triplet: 8A, BA and A9. RGB value is (138,186,169). Sum of RGB (Red+Green+Blue) = 138+186+169=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABAA9 is #754556. Grayscale: #A9A9A9. Windows color (decimal): -7685463 or 11123338. OLE color: 11123338.
HSL color Cylindrical-coordinate representation of color #8ABAA9: hue angle of 158.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABAA9 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 169 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.27 |
| HSL | 158.75º | 0.26% | 0.64% | - |
| HSV(B) | 158.75º | 0.26% | 0.73% | - |
| XYZ | 35.2 | 43.39 | 44.06 | - |
| YUV | 169.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 169 | 0.26 | 0 | 0.09 | 0.27 | 158.75 | 0.26 | 0.64 |
| Hex | 8A | BA | A9 | 1A | 0 | 9 | 1B | 9F | 1A | 40 |
| Octal | 212 | 272 | 251 | 32 | 0 | 11 | 33 | 237 | 32 | 100 |
| Binary | 10001010 | 10111010 | 10101001 | 11010 | 0 | 1001 | 11011 | 10011111 | 11010 | 1000000 |
Color Harmonies of #8ABAA9
Complementary color
Monochromatic Colors of #8ABAA9
Black with #8ABAA9
Text Example
Text Example
White with #8ABAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABAA9; }
p { color: rgb(138,186,169); }
H1.HeaderClassName
{
color: #8ABAA9;
}
.AnyTagClassName
{
color: #8ABAA9;
}
</style>
background-color css
<style>
a { background-color: #8ABAA9; }
a { background-color: rgb(138,186,169); }
div.DivClassName
{
background-color: #8ABAA9;
}
.BgClassName
{
background-color: #8ABAA9;
}
</style>
border-color css
<style>
span { border-color: #8ABAA9; }
span { border-color: rgb(138,186,169); }
td.TdClassName
{
border-color: #8ABAA9;
}
.TagClassName
{
border-color: #8ABAA9;
}
</style>