#84F0BB

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

Shades of Aquamarine #84F0BB

Tints of Aquamarine #84F0BB

Color information

#84F0BB (or 0x84F0BB) is unknown color: approx Aquamarine. HEX triplet: 84, F0 and BB. RGB value is (132,240,187). Sum of RGB (Red+Green+Blue) = 132+240+187=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #84F0BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F0BB is #7B0F44. Grayscale: #C9C9C9. Windows color (decimal): -8064837 or 12316804. OLE color: 12316804.

HSL color Cylindrical-coordinate representation of color #84F0BB: hue angle of 150.56º degrees, saturation: 0.78, 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 #84F0BB is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB132240187-
CMYK0.4500.220.06
HSL150.56º78.26%72.94%-
HSV(B)150.56º45%94.12%-
XYZ49.6570.8158.07-
YUV201.67119.7278.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.61%
GREEN value IS 240 (94.14% from 255) = 42.93%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=23.61%
G=42.93%
B=33.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322401870.4500.220.06150.5678.2672.94
Hex84F0BB2D0166974e49
Octal204360273550266227116111
Binary1000010011110000101110111011010101101101001011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,240,187); }

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

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

 a { background-color: rgb(132,240,187); }

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

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

 span { border-color: rgb(132,240,187); }

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