Shades of Sea Nymph #8BADAA
Tints of Sea Nymph #8BADAA
RGB
CMYK
RGB Variations
Color information
#8BADAA (or 0x8BADAA) is known color: Sea Nymph. HEX triplet: 8B, AD and AA. RGB value is (139,173,170). Sum of RGB (Red+Green+Blue) = 139+173+170=482 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.84% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #8BADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BADAA is #745255. Grayscale: #A2A2A2. Windows color (decimal): -7623254 or 11185547. OLE color: 11185547.
HSL color Cylindrical-coordinate representation of color #8BADAA: hue angle of 174.71º degrees, saturation: 0.17, 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 #8BADAA is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 139 | 173 | 170 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.32 |
| HSL | 174.71º | 0.17% | 0.61% | - |
| HSV(B) | 174.71º | 0.2% | 0.68% | - |
| XYZ | 32.85 | 38.28 | 43.69 | - |
| YUV | 162.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 170 | 0.20 | 0 | 0.02 | 0.32 | 174.71 | 0.17 | 0.61 |
| Hex | 8B | AD | AA | 14 | 0 | 2 | 20 | AF | 11 | 3D |
| Octal | 213 | 255 | 252 | 24 | 0 | 2 | 40 | 257 | 21 | 75 |
| Binary | 10001011 | 10101101 | 10101010 | 10100 | 0 | 10 | 100000 | 10101111 | 10001 | 111101 |
Color Harmonies of #8BADAA
Complementary color
Monochromatic Colors of #8BADAA
Black with #8BADAA
Text Example
Text Example
White with #8BADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADAA; }
p { color: rgb(139,173,170); }
H1.HeaderClassName
{
color: #8BADAA;
}
.AnyTagClassName
{
color: #8BADAA;
}
</style>
background-color css
<style>
a { background-color: #8BADAA; }
a { background-color: rgb(139,173,170); }
div.DivClassName
{
background-color: #8BADAA;
}
.BgClassName
{
background-color: #8BADAA;
}
</style>
border-color css
<style>
span { border-color: #8BADAA; }
span { border-color: rgb(139,173,170); }
td.TdClassName
{
border-color: #8BADAA;
}
.TagClassName
{
border-color: #8BADAA;
}
</style>