Shades of Sea Nymph #84BCA5
Tints of Sea Nymph #84BCA5
RGB
CMYK
RGB Variations
Color information
#84BCA5 (or 0x84BCA5) is known color: Sea Nymph. HEX triplet: 84, BC and A5. RGB value is (132,188,165). Sum of RGB (Red+Green+Blue) = 132+188+165=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BCA5 is #7B435A. Grayscale: #A8A8A8. Windows color (decimal): -8078171 or 10861700. OLE color: 10861700.
HSL color Cylindrical-coordinate representation of color #84BCA5: hue angle of 155.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BCA5 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 165 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.26 |
| HSL | 155.36º | 0.29% | 0.63% | - |
| HSV(B) | 155.36º | 0.3% | 0.74% | - |
| XYZ | 34.29 | 43.59 | 42.2 | - |
| YUV | 168.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 165 | 0.30 | 0 | 0.12 | 0.26 | 155.36 | 0.29 | 0.63 |
| Hex | 84 | BC | A5 | 1E | 0 | C | 1A | 9B | 1D | 3F |
| Octal | 204 | 274 | 245 | 36 | 0 | 14 | 32 | 233 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10100101 | 11110 | 0 | 1100 | 11010 | 10011011 | 11101 | 111111 |
Color Harmonies of #84BCA5
Complementary color
Monochromatic Colors of #84BCA5
Black with #84BCA5
Text Example
Text Example
White with #84BCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCA5; }
p { color: rgb(132,188,165); }
H1.HeaderClassName
{
color: #84BCA5;
}
.AnyTagClassName
{
color: #84BCA5;
}
</style>
background-color css
<style>
a { background-color: #84BCA5; }
a { background-color: rgb(132,188,165); }
div.DivClassName
{
background-color: #84BCA5;
}
.BgClassName
{
background-color: #84BCA5;
}
</style>
border-color css
<style>
span { border-color: #84BCA5; }
span { border-color: rgb(132,188,165); }
td.TdClassName
{
border-color: #84BCA5;
}
.TagClassName
{
border-color: #84BCA5;
}
</style>