Shades of Sea Nymph #8BB3AA
Tints of Sea Nymph #8BB3AA
RGB
CMYK
RGB Variations
Color information
#8BB3AA (or 0x8BB3AA) is known color: Sea Nymph. HEX triplet: 8B, B3 and AA. RGB value is (139,179,170). Sum of RGB (Red+Green+Blue) = 139+179+170=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB3AA is #744C55. Grayscale: #A6A6A6. Windows color (decimal): -7621718 or 11187083. OLE color: 11187083.
HSL color Cylindrical-coordinate representation of color #8BB3AA: hue angle of 166.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB3AA is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 179 | 170 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.30 |
| HSL | 166.5º | 0.21% | 0.62% | - |
| HSV(B) | 166.5º | 0.22% | 0.7% | - |
| XYZ | 34.02 | 40.63 | 44.08 | - |
| YUV | 166.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 170 | 0.22 | 0 | 0.05 | 0.30 | 166.5 | 0.21 | 0.62 |
| Hex | 8B | B3 | AA | 16 | 0 | 5 | 1E | A6 | 15 | 3E |
| Octal | 213 | 263 | 252 | 26 | 0 | 5 | 36 | 246 | 25 | 76 |
| Binary | 10001011 | 10110011 | 10101010 | 10110 | 0 | 101 | 11110 | 10100110 | 10101 | 111110 |
Color Harmonies of #8BB3AA
Complementary color
Monochromatic Colors of #8BB3AA
Black with #8BB3AA
Text Example
Text Example
White with #8BB3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB3AA; }
p { color: rgb(139,179,170); }
H1.HeaderClassName
{
color: #8BB3AA;
}
.AnyTagClassName
{
color: #8BB3AA;
}
</style>
background-color css
<style>
a { background-color: #8BB3AA; }
a { background-color: rgb(139,179,170); }
div.DivClassName
{
background-color: #8BB3AA;
}
.BgClassName
{
background-color: #8BB3AA;
}
</style>
border-color css
<style>
span { border-color: #8BB3AA; }
span { border-color: rgb(139,179,170); }
td.TdClassName
{
border-color: #8BB3AA;
}
.TagClassName
{
border-color: #8BB3AA;
}
</style>