Html Css Color HEX #84F2B9 Aquamarine

📋 copy color: '#84F2B9'

red 132 ◦ green 242 ◦ blue 185

#84F2B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aquamarine #84F2B9

Tints of Aquamarine #84F2B9

RGB

 RED value IS 132 (51.95% from 255) = 23.61%

 GREEN value IS 242 (94.92% from 255) = 43.29%

 BLUE value IS 185 (72.66% from 255) = 33.09%

R = 23.61%
G = 43.29%
B = 33.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#84F2B9 (or 0x84F2B9) is known color: Aquamarine. HEX triplet: 84, F2 and B9. RGB value is (132,242,185). Sum of RGB (Red+Green+Blue) = 132+242+185=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F2B9 is #7B0D46. Grayscale: #CACACA. Windows color (decimal): -8064327 or 12186244. OLE color: 12186244.

HSL color Cylindrical-coordinate representation of color #84F2B9: hue angle of 148.91º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2B9 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 242 185 -
CMYK 0.45 0 0.24 0.05
HSL 148.91º 0.81% 0.73% -
HSV(B) 148.91º 0.45% 0.95% -
XYZ 50.02 71.91 57.14 -
YUV 202.61 118.06 77.63 -
System Red Green Blue C M Y K H S L
Decimal 132 242 185 0.45 0 0.24 0.05 148.91 0.81 0.73
Hex 84 F2 B9 2D 0 18 5 95 51 49
Octal 204 362 271 55 0 30 5 225 121 111
Binary 10000100 11110010 10111001 101101 0 11000 101 10010101 1010001 1001001

Color Harmonies of #84F2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F2B9

Black with #84F2B9

Text Example


Text Example

White with #84F2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,242,185); }

 H1.HeaderClassName
 {
   color: #84F2B9;
 }
 .AnyTagClassName
 {
   color: #84F2B9;
 }
</style>

background-color css

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

 a { background-color: rgb(132,242,185); }

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

border-color css

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

 span { border-color: rgb(132,242,185); }

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