Shades of Sea Nymph #8BAFA9
Tints of Sea Nymph #8BAFA9
RGB
CMYK
RGB Variations
Color information
#8BAFA9 (or 0x8BAFA9) is known color: Sea Nymph. HEX triplet: 8B, AF and A9. RGB value is (139,175,169). Sum of RGB (Red+Green+Blue) = 139+175+169=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAFA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFA9 is #745056. Grayscale: #A3A3A3. Windows color (decimal): -7622743 or 11120523. OLE color: 11120523.
HSL color Cylindrical-coordinate representation of color #8BAFA9: hue angle of 170º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BAFA9 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 169 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.31 |
| HSL | 170º | 0.18% | 0.62% | - |
| HSV(B) | 170º | 0.21% | 0.69% | - |
| XYZ | 33.14 | 39.01 | 43.32 | - |
| YUV | 163.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 169 | 0.21 | 0 | 0.03 | 0.31 | 170 | 0.18 | 0.62 |
| Hex | 8B | AF | A9 | 15 | 0 | 3 | 1F | AA | 12 | 3E |
| Octal | 213 | 257 | 251 | 25 | 0 | 3 | 37 | 252 | 22 | 76 |
| Binary | 10001011 | 10101111 | 10101001 | 10101 | 0 | 11 | 11111 | 10101010 | 10010 | 111110 |
Color Harmonies of #8BAFA9
Complementary color
Monochromatic Colors of #8BAFA9
Black with #8BAFA9
Text Example
Text Example
White with #8BAFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFA9; }
p { color: rgb(139,175,169); }
H1.HeaderClassName
{
color: #8BAFA9;
}
.AnyTagClassName
{
color: #8BAFA9;
}
</style>
background-color css
<style>
a { background-color: #8BAFA9; }
a { background-color: rgb(139,175,169); }
div.DivClassName
{
background-color: #8BAFA9;
}
.BgClassName
{
background-color: #8BAFA9;
}
</style>
border-color css
<style>
span { border-color: #8BAFA9; }
span { border-color: rgb(139,175,169); }
td.TdClassName
{
border-color: #8BAFA9;
}
.TagClassName
{
border-color: #8BAFA9;
}
</style>