Html Css Color HEX #84FEBA Aquamarine

📋 copy color: '#84FEBA'

red 132 ◦ green 254 ◦ blue 186

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

Shades of Aquamarine #84FEBA

Tints of Aquamarine #84FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.41%

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 23.08%
G = 44.41%
B = 32.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#84FEBA (or 0x84FEBA) is known color: Aquamarine. HEX triplet: 84, FE and BA. RGB value is (132,254,186). Sum of RGB (Red+Green+Blue) = 132+254+186=572 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.08% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEBA is #7B0145. Grayscale: #D1D1D1. Windows color (decimal): -8061254 or 12254852. OLE color: 12254852.

HSL color Cylindrical-coordinate representation of color #84FEBA: hue angle of 146.56º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FEBA is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 254 186 -
CMYK 0.48 0 0.27 0.00
HSL 146.56º 0.98% 0.76% -
HSV(B) 146.56º 0.48% 1% -
XYZ 53.82 79.33 58.93 -
YUV 209.77 114.58 72.53 -
System Red Green Blue C M Y K H S L
Decimal 132 254 186 0.48 0 0.27 0.00 146.56 0.98 0.76
Hex 84 FE BA 30 0 1B 0 93 62 4C
Octal 204 376 272 60 0 33 0 223 142 114
Binary 10000100 11111110 10111010 110000 0 11011 0 10010011 1100010 1001100

Color Harmonies of #84FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FEBA

Black with #84FEBA

Text Example


Text Example

White with #84FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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