Shades of Sea Nymph #8BB8A8
Tints of Sea Nymph #8BB8A8
RGB
CMYK
RGB Variations
Color information
#8BB8A8 (or 0x8BB8A8) is known color: Sea Nymph. HEX triplet: 8B, B8 and A8. RGB value is (139,184,168). Sum of RGB (Red+Green+Blue) = 139+184+168=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB8A8 is #744757. Grayscale: #A8A8A8. Windows color (decimal): -7620440 or 11057291. OLE color: 11057291.
HSL color Cylindrical-coordinate representation of color #8BB8A8: hue angle of 158.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB8A8 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 184 | 168 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.28 |
| HSL | 158.67º | 0.24% | 0.63% | - |
| HSV(B) | 158.67º | 0.24% | 0.72% | - |
| XYZ | 34.86 | 42.6 | 43.43 | - |
| YUV | 168.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 168 | 0.24 | 0 | 0.09 | 0.28 | 158.67 | 0.24 | 0.63 |
| Hex | 8B | B8 | A8 | 18 | 0 | 9 | 1C | 9F | 18 | 3F |
| Octal | 213 | 270 | 250 | 30 | 0 | 11 | 34 | 237 | 30 | 77 |
| Binary | 10001011 | 10111000 | 10101000 | 11000 | 0 | 1001 | 11100 | 10011111 | 11000 | 111111 |
Color Harmonies of #8BB8A8
Complementary color
Monochromatic Colors of #8BB8A8
Black with #8BB8A8
Text Example
Text Example
White with #8BB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB8A8; }
p { color: rgb(139,184,168); }
H1.HeaderClassName
{
color: #8BB8A8;
}
.AnyTagClassName
{
color: #8BB8A8;
}
</style>
background-color css
<style>
a { background-color: #8BB8A8; }
a { background-color: rgb(139,184,168); }
div.DivClassName
{
background-color: #8BB8A8;
}
.BgClassName
{
background-color: #8BB8A8;
}
</style>
border-color css
<style>
span { border-color: #8BB8A8; }
span { border-color: rgb(139,184,168); }
td.TdClassName
{
border-color: #8BB8A8;
}
.TagClassName
{
border-color: #8BB8A8;
}
</style>