Shades of Sea Nymph #84BBA4
Tints of Sea Nymph #84BBA4
RGB
CMYK
RGB Variations
Color information
#84BBA4 (or 0x84BBA4) is known color: Sea Nymph. HEX triplet: 84, BB and A4. RGB value is (132,187,164). Sum of RGB (Red+Green+Blue) = 132+187+164=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #84BBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BBA4 is #7B445B. Grayscale: #A7A7A7. Windows color (decimal): -8078428 or 10795908. OLE color: 10795908.
HSL color Cylindrical-coordinate representation of color #84BBA4: hue angle of 154.91º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BBA4 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 187 | 164 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.27 |
| HSL | 154.91º | 0.29% | 0.63% | - |
| HSV(B) | 154.91º | 0.29% | 0.73% | - |
| XYZ | 33.99 | 43.13 | 41.65 | - |
| YUV | 167.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 187 | 164 | 0.29 | 0 | 0.12 | 0.27 | 154.91 | 0.29 | 0.63 |
| Hex | 84 | BB | A4 | 1D | 0 | C | 1B | 9B | 1D | 3F |
| Octal | 204 | 273 | 244 | 35 | 0 | 14 | 33 | 233 | 35 | 77 |
| Binary | 10000100 | 10111011 | 10100100 | 11101 | 0 | 1100 | 11011 | 10011011 | 11101 | 111111 |
Color Harmonies of #84BBA4
Complementary color
Monochromatic Colors of #84BBA4
Black with #84BBA4
Text Example
Text Example
White with #84BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BBA4; }
p { color: rgb(132,187,164); }
H1.HeaderClassName
{
color: #84BBA4;
}
.AnyTagClassName
{
color: #84BBA4;
}
</style>
background-color css
<style>
a { background-color: #84BBA4; }
a { background-color: rgb(132,187,164); }
div.DivClassName
{
background-color: #84BBA4;
}
.BgClassName
{
background-color: #84BBA4;
}
</style>
border-color css
<style>
span { border-color: #84BBA4; }
span { border-color: rgb(132,187,164); }
td.TdClassName
{
border-color: #84BBA4;
}
.TagClassName
{
border-color: #84BBA4;
}
</style>