#84F5CF

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

Shades of Aquamarine #84F5CF

Tints of Aquamarine #84F5CF

Color information

#84F5CF (or 0x84F5CF) is unknown color: approx Aquamarine. HEX triplet: 84, F5 and CF. RGB value is (132,245,207). Sum of RGB (Red+Green+Blue) = 132+245+207=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #84F5CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F5CF is #7B0A30. Grayscale: #CECECE. Windows color (decimal): -8063537 or 13628804. OLE color: 13628804.

HSL color Cylindrical-coordinate representation of color #84F5CF: hue angle of 159.82º degrees, saturation: 0.85, 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 #84F5CF is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB132245207-
CMYK0.4600.160.04
HSL159.82º84.96%73.92%-
HSV(B)159.82º46.12%96.08%-
XYZ53.4374.7270.64-
YUV206.88128.0674.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 22.60%
GREEN value IS 245 (96.09% from 255) = 41.95%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=22.60%
G=41.95%
B=35.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322452070.4600.160.04159.8284.9673.92
Hex84F5CF2E0104a0554a
Octal204365317560204240125112
Binary1000010011110101110011111011100100001001010000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,245,207); }

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

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

 a { background-color: rgb(132,245,207); }

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

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

 span { border-color: rgb(132,245,207); }

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