#84EFBC

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

Shades of Aquamarine #84EFBC

Tints of Aquamarine #84EFBC

Color information

#84EFBC (or 0x84EFBC) is unknown color: approx Aquamarine. HEX triplet: 84, EF and BC. RGB value is (132,239,188). Sum of RGB (Red+Green+Blue) = 132+239+188=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFBC is #7B1043. Grayscale: #C9C9C9. Windows color (decimal): -8065092 or 12382084. OLE color: 12382084.

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

Color convert

RGB132239188-
CMYK0.4500.210.06
HSL151.4º76.98%72.75%-
HSV(B)151.4º44.77%93.73%-
XYZ49.4670.2758.53-
YUV201.19120.5578.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.61%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=23.61%
G=42.75%
B=33.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322391880.4500.210.06151.476.9872.75
Hex84EFBC2D0156974d49
Octal204357274550256227115111
Binary1000010011101111101111001011010101011101001011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,239,188); }

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

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

 a { background-color: rgb(132,239,188); }

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

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

 span { border-color: rgb(132,239,188); }

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