Shades of Sea Nymph #8BAFA6
Tints of Sea Nymph #8BAFA6
RGB
CMYK
RGB Variations
Color information
#8BAFA6 (or 0x8BAFA6) is known color: Sea Nymph. HEX triplet: 8B, AF and A6. RGB value is (139,175,166). Sum of RGB (Red+Green+Blue) = 139+175+166=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFA6 is #745059. Grayscale: #A3A3A3. Windows color (decimal): -7622746 or 10923915. OLE color: 10923915.
HSL color Cylindrical-coordinate representation of color #8BAFA6: hue angle of 165º 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 #8BAFA6 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 166 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.31 |
| HSL | 165º | 0.18% | 0.62% | - |
| HSV(B) | 165º | 0.21% | 0.69% | - |
| XYZ | 32.86 | 38.9 | 41.85 | - |
| YUV | 163.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 166 | 0.21 | 0 | 0.05 | 0.31 | 165 | 0.18 | 0.62 |
| Hex | 8B | AF | A6 | 15 | 0 | 5 | 1F | A5 | 12 | 3E |
| Octal | 213 | 257 | 246 | 25 | 0 | 5 | 37 | 245 | 22 | 76 |
| Binary | 10001011 | 10101111 | 10100110 | 10101 | 0 | 101 | 11111 | 10100101 | 10010 | 111110 |
Color Harmonies of #8BAFA6
Complementary color
Monochromatic Colors of #8BAFA6
Black with #8BAFA6
Text Example
Text Example
White with #8BAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFA6; }
p { color: rgb(139,175,166); }
H1.HeaderClassName
{
color: #8BAFA6;
}
.AnyTagClassName
{
color: #8BAFA6;
}
</style>
background-color css
<style>
a { background-color: #8BAFA6; }
a { background-color: rgb(139,175,166); }
div.DivClassName
{
background-color: #8BAFA6;
}
.BgClassName
{
background-color: #8BAFA6;
}
</style>
border-color css
<style>
span { border-color: #8BAFA6; }
span { border-color: rgb(139,175,166); }
td.TdClassName
{
border-color: #8BAFA6;
}
.TagClassName
{
border-color: #8BAFA6;
}
</style>