Shades of Sea Nymph #8BB4AE
Tints of Sea Nymph #8BB4AE
RGB
CMYK
RGB Variations
Color information
#8BB4AE (or 0x8BB4AE) is known color: Sea Nymph. HEX triplet: 8B, B4 and AE. RGB value is (139,180,174). Sum of RGB (Red+Green+Blue) = 139+180+174=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB4AE is #744B51. Grayscale: #A7A7A7. Windows color (decimal): -7621458 or 11449483. OLE color: 11449483.
HSL color Cylindrical-coordinate representation of color #8BB4AE: hue angle of 171.22º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB4AE is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 174 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.29 |
| HSL | 171.22º | 0.21% | 0.63% | - |
| HSV(B) | 171.22º | 0.23% | 0.71% | - |
| XYZ | 34.61 | 41.19 | 46.17 | - |
| YUV | 167.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 174 | 0.23 | 0 | 0.03 | 0.29 | 171.22 | 0.21 | 0.63 |
| Hex | 8B | B4 | AE | 17 | 0 | 3 | 1D | AB | 15 | 3F |
| Octal | 213 | 264 | 256 | 27 | 0 | 3 | 35 | 253 | 25 | 77 |
| Binary | 10001011 | 10110100 | 10101110 | 10111 | 0 | 11 | 11101 | 10101011 | 10101 | 111111 |
Color Harmonies of #8BB4AE
Complementary color
Monochromatic Colors of #8BB4AE
Black with #8BB4AE
Text Example
Text Example
White with #8BB4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4AE; }
p { color: rgb(139,180,174); }
H1.HeaderClassName
{
color: #8BB4AE;
}
.AnyTagClassName
{
color: #8BB4AE;
}
</style>
background-color css
<style>
a { background-color: #8BB4AE; }
a { background-color: rgb(139,180,174); }
div.DivClassName
{
background-color: #8BB4AE;
}
.BgClassName
{
background-color: #8BB4AE;
}
</style>
border-color css
<style>
span { border-color: #8BB4AE; }
span { border-color: rgb(139,180,174); }
td.TdClassName
{
border-color: #8BB4AE;
}
.TagClassName
{
border-color: #8BB4AE;
}
</style>