#84f4c8

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

Shades of Aquamarine #84F4C8

Tints of Aquamarine #84F4C8

Color information

#84F4C8 (or 0x84F4C8) is unknown color: approx Aquamarine. HEX triplet: 84, F4 and C8. RGB value is (132,244,200). Sum of RGB (Red+Green+Blue) = 132+244+200=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #84F4C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F4C8 is #7B0B37. Grayscale: #CDCDCD. Windows color (decimal): -8063800 or 13169796. OLE color: 13169796.

HSL color Cylindrical-coordinate representation of color #84F4C8: hue angle of 156.43º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F4C8 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB132244200-
CMYK0.4600.180.04
HSL156.43º83.58%73.73%-
HSV(B)156.43º45.9%95.69%-
XYZ52.2973.7866.13-
YUV205.5124.8975.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.92%
GREEN value IS 244 (95.70% from 255) = 42.36%
BLUE value IS 200 (78.52% from 255) = 34.72%
R=22.92%
G=42.36%
B=34.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322442000.4600.180.04156.4383.5873.73
Hex84F4C82E01249c544a
Octal204364310560224234124112
Binary1000010011110100110010001011100100101001001110010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84f4c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,244,200); }

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

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

 a { background-color: rgb(132,244,200); }

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

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

 span { border-color: rgb(132,244,200); }

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