#84EEBD

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

Shades of Aquamarine #84EEBD

Tints of Aquamarine #84EEBD

Color information

#84EEBD (or 0x84EEBD) is unknown color: approx Aquamarine. HEX triplet: 84, EE and BD. RGB value is (132,238,189). Sum of RGB (Red+Green+Blue) = 132+238+189=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EEBD is #7B1142. Grayscale: #C8C8C8. Windows color (decimal): -8065347 or 12447364. OLE color: 12447364.

HSL color Cylindrical-coordinate representation of color #84EEBD: hue angle of 152.26º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EEBD is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB132238189-
CMYK0.4500.210.07
HSL152.26º75.71%72.55%-
HSV(B)152.26º44.54%93.33%-
XYZ49.2869.7359.01-
YUV200.72121.3878.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.61%
GREEN value IS 238 (93.36% from 255) = 42.58%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=23.61%
G=42.58%
B=33.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322381890.4500.210.07152.2675.7172.55
Hex84EEBD2D0157984c49
Octal204356275550257230114111
Binary1000010011101110101111011011010101011111001100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,238,189); }

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

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

 a { background-color: rgb(132,238,189); }

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

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

 span { border-color: rgb(132,238,189); }

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