Shades of Sea Nymph #84B8AB
Tints of Sea Nymph #84B8AB
RGB
CMYK
RGB Variations
Color information
#84B8AB (or 0x84B8AB) is known color: Sea Nymph. HEX triplet: 84, B8 and AB. RGB value is (132,184,171). Sum of RGB (Red+Green+Blue) = 132+184+171=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #84B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B8AB is #7B4754. Grayscale: #A6A6A6. Windows color (decimal): -8079189 or 11253892. OLE color: 11253892.
HSL color Cylindrical-coordinate representation of color #84B8AB: hue angle of 165º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B8AB is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 171 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.28 |
| HSL | 165º | 0.27% | 0.62% | - |
| HSV(B) | 165º | 0.28% | 0.72% | - |
| XYZ | 34.01 | 42.13 | 44.87 | - |
| YUV | 166.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 171 | 0.28 | 0 | 0.07 | 0.28 | 165 | 0.27 | 0.62 |
| Hex | 84 | B8 | AB | 1C | 0 | 7 | 1C | A5 | 1B | 3E |
| Octal | 204 | 270 | 253 | 34 | 0 | 7 | 34 | 245 | 33 | 76 |
| Binary | 10000100 | 10111000 | 10101011 | 11100 | 0 | 111 | 11100 | 10100101 | 11011 | 111110 |
Color Harmonies of #84B8AB
Complementary color
Monochromatic Colors of #84B8AB
Black with #84B8AB
Text Example
Text Example
White with #84B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B8AB; }
p { color: rgb(132,184,171); }
H1.HeaderClassName
{
color: #84B8AB;
}
.AnyTagClassName
{
color: #84B8AB;
}
</style>
background-color css
<style>
a { background-color: #84B8AB; }
a { background-color: rgb(132,184,171); }
div.DivClassName
{
background-color: #84B8AB;
}
.BgClassName
{
background-color: #84B8AB;
}
</style>
border-color css
<style>
span { border-color: #84B8AB; }
span { border-color: rgb(132,184,171); }
td.TdClassName
{
border-color: #84B8AB;
}
.TagClassName
{
border-color: #84B8AB;
}
</style>