Shades of Sea Nymph #84B8AE
Tints of Sea Nymph #84B8AE
RGB
CMYK
RGB Variations
Color information
#84B8AE (or 0x84B8AE) is known color: Sea Nymph. HEX triplet: 84, B8 and AE. RGB value is (132,184,174). Sum of RGB (Red+Green+Blue) = 132+184+174=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #84B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B8AE is #7B4751. Grayscale: #A7A7A7. Windows color (decimal): -8079186 or 11450500. OLE color: 11450500.
HSL color Cylindrical-coordinate representation of color #84B8AE: hue angle of 168.46º 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 #84B8AE is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 184 | 174 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.28 |
| HSL | 168.46º | 0.27% | 0.62% | - |
| HSV(B) | 168.46º | 0.28% | 0.72% | - |
| XYZ | 34.3 | 42.24 | 46.39 | - |
| YUV | 167.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 184 | 174 | 0.28 | 0 | 0.05 | 0.28 | 168.46 | 0.27 | 0.62 |
| Hex | 84 | B8 | AE | 1C | 0 | 5 | 1C | A8 | 1B | 3E |
| Octal | 204 | 270 | 256 | 34 | 0 | 5 | 34 | 250 | 33 | 76 |
| Binary | 10000100 | 10111000 | 10101110 | 11100 | 0 | 101 | 11100 | 10101000 | 11011 | 111110 |
Color Harmonies of #84B8AE
Complementary color
Monochromatic Colors of #84B8AE
Black with #84B8AE
Text Example
Text Example
White with #84B8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B8AE; }
p { color: rgb(132,184,174); }
H1.HeaderClassName
{
color: #84B8AE;
}
.AnyTagClassName
{
color: #84B8AE;
}
</style>
background-color css
<style>
a { background-color: #84B8AE; }
a { background-color: rgb(132,184,174); }
div.DivClassName
{
background-color: #84B8AE;
}
.BgClassName
{
background-color: #84B8AE;
}
</style>
border-color css
<style>
span { border-color: #84B8AE; }
span { border-color: rgb(132,184,174); }
td.TdClassName
{
border-color: #84B8AE;
}
.TagClassName
{
border-color: #84B8AE;
}
</style>