Shades of Sea Nymph #8BBBAF
Tints of Sea Nymph #8BBBAF
RGB
CMYK
RGB Variations
Color information
#8BBBAF (or 0x8BBBAF) is known color: Sea Nymph. HEX triplet: 8B, BB and AF. RGB value is (139,187,175). Sum of RGB (Red+Green+Blue) = 139+187+175=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBBAF is #744450. Grayscale: #ABABAB. Windows color (decimal): -7619665 or 11516811. OLE color: 11516811.
HSL color Cylindrical-coordinate representation of color #8BBBAF: hue angle of 165º 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 #8BBBAF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 175 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.27 |
| HSL | 165º | 0.26% | 0.64% | - |
| HSV(B) | 165º | 0.26% | 0.73% | - |
| XYZ | 36.16 | 44.12 | 47.17 | - |
| YUV | 171.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 175 | 0.26 | 0 | 0.06 | 0.27 | 165 | 0.26 | 0.64 |
| Hex | 8B | BB | AF | 1A | 0 | 6 | 1B | A5 | 1A | 40 |
| Octal | 213 | 273 | 257 | 32 | 0 | 6 | 33 | 245 | 32 | 100 |
| Binary | 10001011 | 10111011 | 10101111 | 11010 | 0 | 110 | 11011 | 10100101 | 11010 | 1000000 |
Color Harmonies of #8BBBAF
Complementary color
Monochromatic Colors of #8BBBAF
Black with #8BBBAF
Text Example
Text Example
White with #8BBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBBAF; }
p { color: rgb(139,187,175); }
H1.HeaderClassName
{
color: #8BBBAF;
}
.AnyTagClassName
{
color: #8BBBAF;
}
</style>
background-color css
<style>
a { background-color: #8BBBAF; }
a { background-color: rgb(139,187,175); }
div.DivClassName
{
background-color: #8BBBAF;
}
.BgClassName
{
background-color: #8BBBAF;
}
</style>
border-color css
<style>
span { border-color: #8BBBAF; }
span { border-color: rgb(139,187,175); }
td.TdClassName
{
border-color: #8BBBAF;
}
.TagClassName
{
border-color: #8BBBAF;
}
</style>