Html Css Color HEX #84FFE5 Aquamarine

📋 copy color: '#84FFE5'

red 132 ◦ green 255 ◦ blue 229

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

Shades of Aquamarine #84FFE5

Tints of Aquamarine #84FFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 41.4%

 BLUE value IS 229 (89.84% from 255) = 37.18%

R = 21.43%
G = 41.4%
B = 37.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#84FFE5 (or 0x84FFE5) is known color: Aquamarine. HEX triplet: 84, FF and E5. RGB value is (132,255,229). Sum of RGB (Red+Green+Blue) = 132+255+229=616 (81% of max value = 765). Red value is 132 (51.95% from 255 or 21.43% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFE5 is #7B001A. Grayscale: #D7D7D7. Windows color (decimal): -8060955 or 15073156. OLE color: 15073156.

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

Color convert

RGB 132 255 229 -
CMYK 0.48 0 0.10 0
HSL 167.32º 1% 0.76% -
HSV(B) 167.32º 0.48% 1% -
XYZ 59.42 82.08 86.84 -
YUV 215.26 135.75 68.61 -
System Red Green Blue C M Y K H S L
Decimal 132 255 229 0.48 0 0.10 0 167.32 1 0.76
Hex 84 FF E5 30 0 A 0 A7 64 4C
Octal 204 377 345 60 0 12 0 247 144 114
Binary 10000100 11111111 11100101 110000 0 1010 0 10100111 1100100 1001100

Color Harmonies of #84FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFE5

Black with #84FFE5

Text Example


Text Example

White with #84FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,255,229); }

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

background-color css

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

 a { background-color: rgb(132,255,229); }

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

border-color css

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

 span { border-color: rgb(132,255,229); }

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