Html Css Color HEX #84FAE2 Aquamarine

📋 copy color: '#84FAE2'

red 132 ◦ green 250 ◦ blue 226

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

Shades of Aquamarine #84FAE2

Tints of Aquamarine #84FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 21.71%
G = 41.12%
B = 37.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#84FAE2 (or 0x84FAE2) is known color: Aquamarine. HEX triplet: 84, FA and E2. RGB value is (132,250,226). Sum of RGB (Red+Green+Blue) = 132+250+226=608 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.71% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FAE2 is #7B051D. Grayscale: #D3D3D3. Windows color (decimal): -8062238 or 14875268. OLE color: 14875268.

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

Color convert

RGB 132 250 226 -
CMYK 0.47 0 0.10 0.02
HSL 167.8º 0.92% 0.75% -
HSV(B) 167.8º 0.47% 0.98% -
XYZ 57.43 78.77 84.13 -
YUV 211.98 135.91 70.95 -
System Red Green Blue C M Y K H S L
Decimal 132 250 226 0.47 0 0.10 0.02 167.8 0.92 0.75
Hex 84 FA E2 2F 0 A 2 A8 5C 4B
Octal 204 372 342 57 0 12 2 250 134 113
Binary 10000100 11111010 11100010 101111 0 1010 10 10101000 1011100 1001011

Color Harmonies of #84FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FAE2

Black with #84FAE2

Text Example


Text Example

White with #84FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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