#84FFC0

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

Shades of Aquamarine #84FFC0

Tints of Aquamarine #84FFC0

Color information

#84FFC0 (or 0x84FFC0) is unknown color: approx Aquamarine. HEX triplet: 84, FF and C0. RGB value is (132,255,192). Sum of RGB (Red+Green+Blue) = 132+255+192=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFC0 is #7B003F. Grayscale: #D3D3D3. Windows color (decimal): -8060992 or 12648324. OLE color: 12648324.

HSL color Cylindrical-coordinate representation of color #84FFC0: hue angle of 149.27º 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 #84FFC0 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB132255192-
CMYK0.4800.250
HSL149.27º100%75.88%-
HSV(B)149.27º48.24%100%-
XYZ54.7980.2362.47-
YUV211.04117.2571.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.80%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=22.80%
G=44.04%
B=33.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322551920.4800.250149.2710075.88
Hex84FFC030019095644c
Octal204377300600310225144114
Binary10000100111111111100000011000001100101001010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,255,192); }

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

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

 a { background-color: rgb(132,255,192); }

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

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

 span { border-color: rgb(132,255,192); }

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