Shades of Sea Nymph #84BAA8
Tints of Sea Nymph #84BAA8
RGB
CMYK
RGB Variations
Color information
#84BAA8 (or 0x84BAA8) is known color: Sea Nymph. HEX triplet: 84, BA and A8. RGB value is (132,186,168). Sum of RGB (Red+Green+Blue) = 132+186+168=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #84BAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BAA8 is #7B4557. Grayscale: #A7A7A7. Windows color (decimal): -8078680 or 11057796. OLE color: 11057796.
HSL color Cylindrical-coordinate representation of color #84BAA8: hue angle of 160º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BAA8 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 168 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.27 |
| HSL | 160º | 0.28% | 0.62% | - |
| HSV(B) | 160º | 0.29% | 0.73% | - |
| XYZ | 34.14 | 42.85 | 43.52 | - |
| YUV | 167.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 168 | 0.29 | 0 | 0.10 | 0.27 | 160 | 0.28 | 0.62 |
| Hex | 84 | BA | A8 | 1D | 0 | A | 1B | A0 | 1C | 3E |
| Octal | 204 | 272 | 250 | 35 | 0 | 12 | 33 | 240 | 34 | 76 |
| Binary | 10000100 | 10111010 | 10101000 | 11101 | 0 | 1010 | 11011 | 10100000 | 11100 | 111110 |
Color Harmonies of #84BAA8
Complementary color
Monochromatic Colors of #84BAA8
Black with #84BAA8
Text Example
Text Example
White with #84BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BAA8; }
p { color: rgb(132,186,168); }
H1.HeaderClassName
{
color: #84BAA8;
}
.AnyTagClassName
{
color: #84BAA8;
}
</style>
background-color css
<style>
a { background-color: #84BAA8; }
a { background-color: rgb(132,186,168); }
div.DivClassName
{
background-color: #84BAA8;
}
.BgClassName
{
background-color: #84BAA8;
}
</style>
border-color css
<style>
span { border-color: #84BAA8; }
span { border-color: rgb(132,186,168); }
td.TdClassName
{
border-color: #84BAA8;
}
.TagClassName
{
border-color: #84BAA8;
}
</style>