#84ffc7

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

Shades of Aquamarine #84FFC7

Tints of Aquamarine #84FFC7

Color information

#84FFC7 (or 0x84FFC7) is unknown color: approx Aquamarine. HEX triplet: 84, FF and C7. RGB value is (132,255,199). Sum of RGB (Red+Green+Blue) = 132+255+199=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFC7 is #7B0038. Grayscale: #D3D3D3. Windows color (decimal): -8060985 or 13107076. OLE color: 13107076.

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

Color convert

RGB132255199-
CMYK0.4800.220
HSL152.68º100%75.88%-
HSV(B)152.68º48.24%100%-
XYZ55.5880.5566.65-
YUV211.84120.7571.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.53%
GREEN value IS 255 (100% from 255) = 43.52%
BLUE value IS 199 (78.12% from 255) = 33.96%
R=22.53%
G=43.52%
B=33.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1322551990.4800.220152.6810075.88
Hex84FFC730016099644c
Octal204377307600260231144114
Binary10000100111111111100011111000001011001001100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84ffc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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