Html Css Color HEX #84F1E0 Aquamarine

📋 copy color: '#84F1E0'

red 132 ◦ green 241 ◦ blue 224

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

Shades of Aquamarine #84F1E0

Tints of Aquamarine #84F1E0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.37%

 BLUE value IS 224 (87.89% from 255) = 37.52%

R = 22.11%
G = 40.37%
B = 37.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#84F1E0 (or 0x84F1E0) is known color: Aquamarine. HEX triplet: 84, F1 and E0. RGB value is (132,241,224). Sum of RGB (Red+Green+Blue) = 132+241+224=597 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.11% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1E0 is #7B0E1F. Grayscale: #CECECE. Windows color (decimal): -8064544 or 14741892. OLE color: 14741892.

HSL color Cylindrical-coordinate representation of color #84F1E0: hue angle of 170.64º degrees, saturation: 0.8, 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 #84F1E0 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 241 224 -
CMYK 0.45 0 0.07 0.05
HSL 170.64º 0.8% 0.73% -
HSV(B) 170.64º 0.45% 0.95% -
XYZ 54.43 73.2 81.78 -
YUV 206.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 132 241 224 0.45 0 0.07 0.05 170.64 0.8 0.73
Hex 84 F1 E0 2D 0 7 5 AB 50 49
Octal 204 361 340 55 0 7 5 253 120 111
Binary 10000100 11110001 11100000 101101 0 111 101 10101011 1010000 1001001

Color Harmonies of #84F1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F1E0

Black with #84F1E0

Text Example


Text Example

White with #84F1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,241,224); }

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

background-color css

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

 a { background-color: rgb(132,241,224); }

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

border-color css

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

 span { border-color: rgb(132,241,224); }

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