Html Css Color HEX #84FAC5 Aquamarine

📋 copy color: '#84FAC5'

red 132 ◦ green 250 ◦ blue 197

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

Shades of Aquamarine #84FAC5

Tints of Aquamarine #84FAC5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.18%

 BLUE value IS 197 (77.34% from 255) = 34.02%

R = 22.8%
G = 43.18%
B = 34.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#84FAC5 (or 0x84FAC5) is known color: Aquamarine. HEX triplet: 84, FA and C5. RGB value is (132,250,197). Sum of RGB (Red+Green+Blue) = 132+250+197=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAC5 is #7B053A. Grayscale: #D0D0D0. Windows color (decimal): -8062267 or 12974724. OLE color: 12974724.

HSL color Cylindrical-coordinate representation of color #84FAC5: hue angle of 153.05º degrees, saturation: 0.92, 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 #84FAC5 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 250 197 -
CMYK 0.47 0 0.21 0.02
HSL 153.05º 0.92% 0.75% -
HSV(B) 153.05º 0.47% 0.98% -
XYZ 53.78 77.31 64.91 -
YUV 208.68 121.41 73.31 -
System Red Green Blue C M Y K H S L
Decimal 132 250 197 0.47 0 0.21 0.02 153.05 0.92 0.75
Hex 84 FA C5 2F 0 15 2 99 5C 4B
Octal 204 372 305 57 0 25 2 231 134 113
Binary 10000100 11111010 11000101 101111 0 10101 10 10011001 1011100 1001011

Color Harmonies of #84FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FAC5

Black with #84FAC5

Text Example


Text Example

White with #84FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,250,197); }

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

background-color css

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

 a { background-color: rgb(132,250,197); }

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

border-color css

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

 span { border-color: rgb(132,250,197); }

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