Shades of Sea Nymph #8AB2A9
Tints of Sea Nymph #8AB2A9
RGB
CMYK
RGB Variations
Color information
#8AB2A9 (or 0x8AB2A9) is known color: Sea Nymph. HEX triplet: 8A, B2 and A9. RGB value is (138,178,169). Sum of RGB (Red+Green+Blue) = 138+178+169=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB2A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB2A9 is #754D56. Grayscale: #A5A5A5. Windows color (decimal): -7687511 or 11121290. OLE color: 11121290.
HSL color Cylindrical-coordinate representation of color #8AB2A9: hue angle of 166.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB2A9 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 169 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.30 |
| HSL | 166.5º | 0.21% | 0.62% | - |
| HSV(B) | 166.5º | 0.22% | 0.7% | - |
| XYZ | 33.56 | 40.11 | 43.51 | - |
| YUV | 165.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 169 | 0.22 | 0 | 0.05 | 0.30 | 166.5 | 0.21 | 0.62 |
| Hex | 8A | B2 | A9 | 16 | 0 | 5 | 1E | A6 | 15 | 3E |
| Octal | 212 | 262 | 251 | 26 | 0 | 5 | 36 | 246 | 25 | 76 |
| Binary | 10001010 | 10110010 | 10101001 | 10110 | 0 | 101 | 11110 | 10100110 | 10101 | 111110 |
Color Harmonies of #8AB2A9
Complementary color
Monochromatic Colors of #8AB2A9
Black with #8AB2A9
Text Example
Text Example
White with #8AB2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB2A9; }
p { color: rgb(138,178,169); }
H1.HeaderClassName
{
color: #8AB2A9;
}
.AnyTagClassName
{
color: #8AB2A9;
}
</style>
background-color css
<style>
a { background-color: #8AB2A9; }
a { background-color: rgb(138,178,169); }
div.DivClassName
{
background-color: #8AB2A9;
}
.BgClassName
{
background-color: #8AB2A9;
}
</style>
border-color css
<style>
span { border-color: #8AB2A9; }
span { border-color: rgb(138,178,169); }
td.TdClassName
{
border-color: #8AB2A9;
}
.TagClassName
{
border-color: #8AB2A9;
}
</style>