Html Css Color HEX #84EED6 Aquamarine

📋 copy color: '#84EED6'

red 132 ◦ green 238 ◦ blue 214

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

Shades of Aquamarine #84EED6

Tints of Aquamarine #84EED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.75%

 BLUE value IS 214 (83.98% from 255) = 36.64%

R = 22.6%
G = 40.75%
B = 36.64%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#84EED6 (or 0x84EED6) is known color: Aquamarine. HEX triplet: 84, EE and D6. RGB value is (132,238,214). Sum of RGB (Red+Green+Blue) = 132+238+214=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #84EED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EED6 is #7B1129. Grayscale: #CBCBCB. Windows color (decimal): -8065322 or 14085764. OLE color: 14085764.

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

Color convert

RGB 132 238 214 -
CMYK 0.45 0 0.10 0.07
HSL 166.42º 0.76% 0.73% -
HSV(B) 166.42º 0.45% 0.93% -
XYZ 52.23 70.91 74.55 -
YUV 203.57 133.88 76.95 -
System Red Green Blue C M Y K H S L
Decimal 132 238 214 0.45 0 0.10 0.07 166.42 0.76 0.73
Hex 84 EE D6 2D 0 A 7 A6 4C 49
Octal 204 356 326 55 0 12 7 246 114 111
Binary 10000100 11101110 11010110 101101 0 1010 111 10100110 1001100 1001001

Color Harmonies of #84EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EED6

Black with #84EED6

Text Example


Text Example

White with #84EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,238,214); }

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

background-color css

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

 a { background-color: rgb(132,238,214); }

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

border-color css

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

 span { border-color: rgb(132,238,214); }

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