Shades of Sea Nymph #84BEA6
Tints of Sea Nymph #84BEA6
RGB
CMYK
RGB Variations
Color information
#84BEA6 (or 0x84BEA6) is known color: Sea Nymph. HEX triplet: 84, BE and A6. RGB value is (132,190,166). Sum of RGB (Red+Green+Blue) = 132+190+166=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #84BEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BEA6 is #7B4159. Grayscale: #A9A9A9. Windows color (decimal): -8077658 or 10927748. OLE color: 10927748.
HSL color Cylindrical-coordinate representation of color #84BEA6: hue angle of 155.17º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84BEA6 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 166 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.25 |
| HSL | 155.17º | 0.31% | 0.63% | - |
| HSV(B) | 155.17º | 0.31% | 0.75% | - |
| XYZ | 34.81 | 44.49 | 42.83 | - |
| YUV | 169.92 | 125.78 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 166 | 0.31 | 0 | 0.13 | 0.25 | 155.17 | 0.31 | 0.63 |
| Hex | 84 | BE | A6 | 1F | 0 | D | 19 | 9B | 1F | 3F |
| Octal | 204 | 276 | 246 | 37 | 0 | 15 | 31 | 233 | 37 | 77 |
| Binary | 10000100 | 10111110 | 10100110 | 11111 | 0 | 1101 | 11001 | 10011011 | 11111 | 111111 |
Color Harmonies of #84BEA6
Complementary color
Monochromatic Colors of #84BEA6
Black with #84BEA6
Text Example
Text Example
White with #84BEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BEA6; }
p { color: rgb(132,190,166); }
H1.HeaderClassName
{
color: #84BEA6;
}
.AnyTagClassName
{
color: #84BEA6;
}
</style>
background-color css
<style>
a { background-color: #84BEA6; }
a { background-color: rgb(132,190,166); }
div.DivClassName
{
background-color: #84BEA6;
}
.BgClassName
{
background-color: #84BEA6;
}
</style>
border-color css
<style>
span { border-color: #84BEA6; }
span { border-color: rgb(132,190,166); }
td.TdClassName
{
border-color: #84BEA6;
}
.TagClassName
{
border-color: #84BEA6;
}
</style>