Shades of Sea Nymph #84BCA4
Tints of Sea Nymph #84BCA4
RGB
CMYK
RGB Variations
Color information
#84BCA4 (or 0x84BCA4) is known color: Sea Nymph. HEX triplet: 84, BC and A4. RGB value is (132,188,164). Sum of RGB (Red+Green+Blue) = 132+188+164=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #84BCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BCA4 is #7B435B. Grayscale: #A8A8A8. Windows color (decimal): -8078172 or 10796164. OLE color: 10796164.
HSL color Cylindrical-coordinate representation of color #84BCA4: hue angle of 154.29º 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 #84BCA4 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 164 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.26 |
| HSL | 154.29º | 0.29% | 0.63% | - |
| HSV(B) | 154.29º | 0.3% | 0.74% | - |
| XYZ | 34.2 | 43.55 | 41.73 | - |
| YUV | 168.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 164 | 0.30 | 0 | 0.13 | 0.26 | 154.29 | 0.29 | 0.63 |
| Hex | 84 | BC | A4 | 1E | 0 | D | 1A | 9A | 1D | 3F |
| Octal | 204 | 274 | 244 | 36 | 0 | 15 | 32 | 232 | 35 | 77 |
| Binary | 10000100 | 10111100 | 10100100 | 11110 | 0 | 1101 | 11010 | 10011010 | 11101 | 111111 |
Color Harmonies of #84BCA4
Complementary color
Monochromatic Colors of #84BCA4
Black with #84BCA4
Text Example
Text Example
White with #84BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BCA4; }
p { color: rgb(132,188,164); }
H1.HeaderClassName
{
color: #84BCA4;
}
.AnyTagClassName
{
color: #84BCA4;
}
</style>
background-color css
<style>
a { background-color: #84BCA4; }
a { background-color: rgb(132,188,164); }
div.DivClassName
{
background-color: #84BCA4;
}
.BgClassName
{
background-color: #84BCA4;
}
</style>
border-color css
<style>
span { border-color: #84BCA4; }
span { border-color: rgb(132,188,164); }
td.TdClassName
{
border-color: #84BCA4;
}
.TagClassName
{
border-color: #84BCA4;
}
</style>