Shades of Sea Nymph #8BB4A4
Tints of Sea Nymph #8BB4A4
RGB
CMYK
RGB Variations
Color information
#8BB4A4 (or 0x8BB4A4) is known color: Sea Nymph. HEX triplet: 8B, B4 and A4. RGB value is (139,180,164). Sum of RGB (Red+Green+Blue) = 139+180+164=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB4A4 is #744B5B. Grayscale: #A5A5A5. Windows color (decimal): -7621468 or 10794123. OLE color: 10794123.
HSL color Cylindrical-coordinate representation of color #8BB4A4: hue angle of 156.59º 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 #8BB4A4 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 164 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.29 |
| HSL | 156.59º | 0.21% | 0.63% | - |
| HSV(B) | 156.59º | 0.23% | 0.71% | - |
| XYZ | 33.67 | 40.81 | 41.22 | - |
| YUV | 165.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 164 | 0.23 | 0 | 0.09 | 0.29 | 156.59 | 0.21 | 0.63 |
| Hex | 8B | B4 | A4 | 17 | 0 | 9 | 1D | 9D | 15 | 3F |
| Octal | 213 | 264 | 244 | 27 | 0 | 11 | 35 | 235 | 25 | 77 |
| Binary | 10001011 | 10110100 | 10100100 | 10111 | 0 | 1001 | 11101 | 10011101 | 10101 | 111111 |
Color Harmonies of #8BB4A4
Complementary color
Monochromatic Colors of #8BB4A4
Black with #8BB4A4
Text Example
Text Example
White with #8BB4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB4A4; }
p { color: rgb(139,180,164); }
H1.HeaderClassName
{
color: #8BB4A4;
}
.AnyTagClassName
{
color: #8BB4A4;
}
</style>
background-color css
<style>
a { background-color: #8BB4A4; }
a { background-color: rgb(139,180,164); }
div.DivClassName
{
background-color: #8BB4A4;
}
.BgClassName
{
background-color: #8BB4A4;
}
</style>
border-color css
<style>
span { border-color: #8BB4A4; }
span { border-color: rgb(139,180,164); }
td.TdClassName
{
border-color: #8BB4A4;
}
.TagClassName
{
border-color: #8BB4A4;
}
</style>