Shades of Sea Nymph #8BAEAB
Tints of Sea Nymph #8BAEAB
RGB
CMYK
RGB Variations
Color information
#8BAEAB (or 0x8BAEAB) is known color: Sea Nymph. HEX triplet: 8B, AE and AB. RGB value is (139,174,171). Sum of RGB (Red+Green+Blue) = 139+174+171=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAEAB is #745154. Grayscale: #A3A3A3. Windows color (decimal): -7622997 or 11251339. OLE color: 11251339.
HSL color Cylindrical-coordinate representation of color #8BAEAB: hue angle of 174.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8BAEAB is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 174 | 171 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.32 |
| HSL | 174.86º | 0.18% | 0.61% | - |
| HSV(B) | 174.86º | 0.2% | 0.68% | - |
| XYZ | 33.13 | 38.7 | 44.25 | - |
| YUV | 163.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 171 | 0.20 | 0 | 0.02 | 0.32 | 174.86 | 0.18 | 0.61 |
| Hex | 8B | AE | AB | 14 | 0 | 2 | 20 | AF | 12 | 3D |
| Octal | 213 | 256 | 253 | 24 | 0 | 2 | 40 | 257 | 22 | 75 |
| Binary | 10001011 | 10101110 | 10101011 | 10100 | 0 | 10 | 100000 | 10101111 | 10010 | 111101 |
Color Harmonies of #8BAEAB
Complementary color
Monochromatic Colors of #8BAEAB
Black with #8BAEAB
Text Example
Text Example
White with #8BAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEAB; }
p { color: rgb(139,174,171); }
H1.HeaderClassName
{
color: #8BAEAB;
}
.AnyTagClassName
{
color: #8BAEAB;
}
</style>
background-color css
<style>
a { background-color: #8BAEAB; }
a { background-color: rgb(139,174,171); }
div.DivClassName
{
background-color: #8BAEAB;
}
.BgClassName
{
background-color: #8BAEAB;
}
</style>
border-color css
<style>
span { border-color: #8BAEAB; }
span { border-color: rgb(139,174,171); }
td.TdClassName
{
border-color: #8BAEAB;
}
.TagClassName
{
border-color: #8BAEAB;
}
</style>