#84FBBA

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

Shades of Aquamarine #84FBBA

Tints of Aquamarine #84FBBA

Color information

#84FBBA (or 0x84FBBA) is unknown color: approx Aquamarine. HEX triplet: 84, FB and BA. RGB value is (132,251,186). Sum of RGB (Red+Green+Blue) = 132+251+186=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FBBA is #7B0445. Grayscale: #D0D0D0. Windows color (decimal): -8062022 or 12254084. OLE color: 12254084.

HSL color Cylindrical-coordinate representation of color #84FBBA: hue angle of 147.23º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBBA is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB132251186-
CMYK0.4700.260.02
HSL147.23º93.7%75.1%-
HSV(B)147.23º47.41%98.43%-
XYZ52.8877.4558.62-
YUV208.01115.5873.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 23.20%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=23.20%
G=44.11%
B=32.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1322511860.4700.260.02147.2393.775.1
Hex84FBBA2F01A2935e4b
Octal204373272570322223136113
Binary100001001111101110111010101111011010101001001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,251,186); }

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

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

 a { background-color: rgb(132,251,186); }

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

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

 span { border-color: rgb(132,251,186); }

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