Shades of Sea Nymph #8BAFA8
Tints of Sea Nymph #8BAFA8
RGB
CMYK
RGB Variations
Color information
#8BAFA8 (or 0x8BAFA8) is known color: Sea Nymph. HEX triplet: 8B, AF and A8. RGB value is (139,175,168). Sum of RGB (Red+Green+Blue) = 139+175+168=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFA8 is #745057. Grayscale: #A3A3A3. Windows color (decimal): -7622744 or 11054987. OLE color: 11054987.
HSL color Cylindrical-coordinate representation of color #8BAFA8: hue angle of 168.33º 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 #8BAFA8 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 168 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.31 |
| HSL | 168.33º | 0.18% | 0.62% | - |
| HSV(B) | 168.33º | 0.21% | 0.69% | - |
| XYZ | 33.05 | 38.98 | 42.83 | - |
| YUV | 163.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 168 | 0.21 | 0 | 0.04 | 0.31 | 168.33 | 0.18 | 0.62 |
| Hex | 8B | AF | A8 | 15 | 0 | 4 | 1F | A8 | 12 | 3E |
| Octal | 213 | 257 | 250 | 25 | 0 | 4 | 37 | 250 | 22 | 76 |
| Binary | 10001011 | 10101111 | 10101000 | 10101 | 0 | 100 | 11111 | 10101000 | 10010 | 111110 |
Color Harmonies of #8BAFA8
Complementary color
Monochromatic Colors of #8BAFA8
Black with #8BAFA8
Text Example
Text Example
White with #8BAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFA8; }
p { color: rgb(139,175,168); }
H1.HeaderClassName
{
color: #8BAFA8;
}
.AnyTagClassName
{
color: #8BAFA8;
}
</style>
background-color css
<style>
a { background-color: #8BAFA8; }
a { background-color: rgb(139,175,168); }
div.DivClassName
{
background-color: #8BAFA8;
}
.BgClassName
{
background-color: #8BAFA8;
}
</style>
border-color css
<style>
span { border-color: #8BAFA8; }
span { border-color: rgb(139,175,168); }
td.TdClassName
{
border-color: #8BAFA8;
}
.TagClassName
{
border-color: #8BAFA8;
}
</style>