Shades of Sea Nymph #8BBEAC
Tints of Sea Nymph #8BBEAC
RGB
CMYK
RGB Variations
Color information
#8BBEAC (or 0x8BBEAC) is known color: Sea Nymph. HEX triplet: 8B, BE and AC. RGB value is (139,190,172). Sum of RGB (Red+Green+Blue) = 139+190+172=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBEAC is #744153. Grayscale: #ACACAC. Windows color (decimal): -7618900 or 11320971. OLE color: 11320971.
HSL color Cylindrical-coordinate representation of color #8BBEAC: hue angle of 158.82º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEAC is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 190 | 172 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.25 |
| HSL | 158.82º | 0.28% | 0.65% | - |
| HSV(B) | 158.82º | 0.27% | 0.75% | - |
| XYZ | 36.51 | 45.29 | 45.85 | - |
| YUV | 172.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 172 | 0.27 | 0 | 0.09 | 0.25 | 158.82 | 0.28 | 0.65 |
| Hex | 8B | BE | AC | 1B | 0 | 9 | 19 | 9F | 1C | 41 |
| Octal | 213 | 276 | 254 | 33 | 0 | 11 | 31 | 237 | 34 | 101 |
| Binary | 10001011 | 10111110 | 10101100 | 11011 | 0 | 1001 | 11001 | 10011111 | 11100 | 1000001 |
Color Harmonies of #8BBEAC
Complementary color
Monochromatic Colors of #8BBEAC
Black with #8BBEAC
Text Example
Text Example
White with #8BBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEAC; }
p { color: rgb(139,190,172); }
H1.HeaderClassName
{
color: #8BBEAC;
}
.AnyTagClassName
{
color: #8BBEAC;
}
</style>
background-color css
<style>
a { background-color: #8BBEAC; }
a { background-color: rgb(139,190,172); }
div.DivClassName
{
background-color: #8BBEAC;
}
.BgClassName
{
background-color: #8BBEAC;
}
</style>
border-color css
<style>
span { border-color: #8BBEAC; }
span { border-color: rgb(139,190,172); }
td.TdClassName
{
border-color: #8BBEAC;
}
.TagClassName
{
border-color: #8BBEAC;
}
</style>