Html Css Color HEX #84FEDC Aquamarine

📋 copy color: '#84FEDC'

red 132 ◦ green 254 ◦ blue 220

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

Shades of Aquamarine #84FEDC

Tints of Aquamarine #84FEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 21.78%
G = 41.91%
B = 36.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#84FEDC (or 0x84FEDC) is known color: Aquamarine. HEX triplet: 84, FE and DC. RGB value is (132,254,220). Sum of RGB (Red+Green+Blue) = 132+254+220=606 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.78% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #84FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FEDC is #7B0123. Grayscale: #D5D5D5. Windows color (decimal): -8061220 or 14483076. OLE color: 14483076.

HSL color Cylindrical-coordinate representation of color #84FEDC: hue angle of 163.28º 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 #84FEDC is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 254 220 -
CMYK 0.48 0 0.13 0.00
HSL 163.28º 0.98% 0.76% -
HSV(B) 163.28º 0.48% 1% -
XYZ 57.88 80.96 80.29 -
YUV 213.65 131.58 69.76 -
System Red Green Blue C M Y K H S L
Decimal 132 254 220 0.48 0 0.13 0.00 163.28 0.98 0.76
Hex 84 FE DC 30 0 D 0 A3 62 4C
Octal 204 376 334 60 0 15 0 243 142 114
Binary 10000100 11111110 11011100 110000 0 1101 0 10100011 1100010 1001100

Color Harmonies of #84FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FEDC

Black with #84FEDC

Text Example


Text Example

White with #84FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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