Html Css Color HEX #84EEDC Aquamarine

📋 copy color: '#84EEDC'

red 132 ◦ green 238 ◦ blue 220

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

Shades of Aquamarine #84EEDC

Tints of Aquamarine #84EEDC

RGB

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

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

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

R = 22.37%
G = 40.34%
B = 37.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#84EEDC (or 0x84EEDC) is known color: Aquamarine. HEX triplet: 84, EE and DC. RGB value is (132,238,220). Sum of RGB (Red+Green+Blue) = 132+238+220=590 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.37% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EEDC is #7B1123. Grayscale: #CCCCCC. Windows color (decimal): -8065316 or 14478980. OLE color: 14478980.

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

Color convert

RGB 132 238 220 -
CMYK 0.45 0 0.08 0.07
HSL 169.81º 0.76% 0.73% -
HSV(B) 169.81º 0.45% 0.93% -
XYZ 53.01 71.22 78.66 -
YUV 204.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 132 238 220 0.45 0 0.08 0.07 169.81 0.76 0.73
Hex 84 EE DC 2D 0 8 7 AA 4C 49
Octal 204 356 334 55 0 10 7 252 114 111
Binary 10000100 11101110 11011100 101101 0 1000 111 10101010 1001100 1001001

Color Harmonies of #84EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EEDC

Black with #84EEDC

Text Example


Text Example

White with #84EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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