#84FCCA

Color #84FCCA Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #84FCCA

Tints of Aquamarine #84FCCA

Color information

#84FCCA (or 0x84FCCA) is unknown color: approx Aquamarine. HEX triplet: 84, FC and CA. RGB value is (132,252,202). Sum of RGB (Red+Green+Blue) = 132+252+202=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCCA is #7B0335. Grayscale: #D2D2D2. Windows color (decimal): -8061750 or 13302916. OLE color: 13302916.

HSL color Cylindrical-coordinate representation of color #84FCCA: hue angle of 155º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCCA is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB132252202-
CMYK0.4800.200.01
HSL155º95.24%75.29%-
HSV(B)155º47.62%98.82%-
XYZ54.9978.7968.19-
YUV210.42123.2472.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 22.53%
GREEN value IS 252 (98.83% from 255) = 43.00%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=22.53%
G=43.00%
B=34.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1322522020.4800.200.0115595.2475.29
Hex84FCCA3001419b5f4b
Octal204374312600241233137113
Binary10000100111111001100101011000001010011001101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84FCCA; }

 p { color: rgb(132,252,202); }

 H1.HeaderClassName
 {
   color: #84FCCA;
 }
 .AnyTagClassName
 {
   color: #84FCCA;
 }
</style>
background-color css

<style>
 a { background-color: #84FCCA; }

 a { background-color: rgb(132,252,202); }

 div.DivClassName
 {
   background-color: #84FCCA;
 }
 .BgClassName
 {
   background-color: #84FCCA;
 }
</style>
border-color css

<style>
 span { border-color: #84FCCA; }

 span { border-color: rgb(132,252,202); }

 td.TdClassName
 {
   border-color: #84FCCA;
 }
 .TagClassName
 {
   border-color: #84FCCA;
 }
</style>