Shades of Aquamarine #84FFC4
Tints of Aquamarine #84FFC4
RGB
CMYK
RGB Variations
Color information
#84FFC4 (or 0x84FFC4) is known color: Aquamarine. HEX triplet: 84, FF and C4. RGB value is (132,255,196). Sum of RGB (Red+Green+Blue) = 132+255+196=583 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.64% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFC4 is #7B003B. Grayscale: #D3D3D3. Windows color (decimal): -8060988 or 12910468. OLE color: 12910468.
HSL color Cylindrical-coordinate representation of color #84FFC4: hue angle of 151.22º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFC4 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 255 | 196 | - |
| CMYK | 0.48 | 0 | 0.23 | 0 |
| HSL | 151.22º | 1% | 0.76% | - |
| HSV(B) | 151.22º | 0.48% | 1% | - |
| XYZ | 55.24 | 80.41 | 64.83 | - |
| YUV | 211.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 255 | 196 | 0.48 | 0 | 0.23 | 0 | 151.22 | 1 | 0.76 |
| Hex | 84 | FF | C4 | 30 | 0 | 17 | 0 | 97 | 64 | 4C |
| Octal | 204 | 377 | 304 | 60 | 0 | 27 | 0 | 227 | 144 | 114 |
| Binary | 10000100 | 11111111 | 11000100 | 110000 | 0 | 10111 | 0 | 10010111 | 1100100 | 1001100 |
Color Harmonies of #84FFC4
Complementary color
Monochromatic Colors of #84FFC4
Black with #84FFC4
Text Example
Text Example
White with #84FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FFC4; }
p { color: rgb(132,255,196); }
H1.HeaderClassName
{
color: #84FFC4;
}
.AnyTagClassName
{
color: #84FFC4;
}
</style>
background-color css
<style>
a { background-color: #84FFC4; }
a { background-color: rgb(132,255,196); }
div.DivClassName
{
background-color: #84FFC4;
}
.BgClassName
{
background-color: #84FFC4;
}
</style>
border-color css
<style>
span { border-color: #84FFC4; }
span { border-color: rgb(132,255,196); }
td.TdClassName
{
border-color: #84FFC4;
}
.TagClassName
{
border-color: #84FFC4;
}
</style>