Html Css Color HEX #84EFDC Aquamarine

📋 copy color: '#84EFDC'

red 132 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #84EFDC

Tints of Aquamarine #84EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.44%

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

R = 22.34%
G = 40.44%
B = 37.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#84EFDC (or 0x84EFDC) is known color: Aquamarine. HEX triplet: 84, EF and DC. RGB value is (132,239,220). Sum of RGB (Red+Green+Blue) = 132+239+220=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #84EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EFDC is #7B1023. Grayscale: #CCCCCC. Windows color (decimal): -8065060 or 14479236. OLE color: 14479236.

HSL color Cylindrical-coordinate representation of color #84EFDC: hue angle of 169.35º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84EFDC is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 239 220 -
CMYK 0.45 0 0.08 0.06
HSL 169.35º 0.77% 0.73% -
HSV(B) 169.35º 0.45% 0.94% -
XYZ 53.3 71.81 78.76 -
YUV 204.84 136.55 76.04 -
System Red Green Blue C M Y K H S L
Decimal 132 239 220 0.45 0 0.08 0.06 169.35 0.77 0.73
Hex 84 EF DC 2D 0 8 6 A9 4D 49
Octal 204 357 334 55 0 10 6 251 115 111
Binary 10000100 11101111 11011100 101101 0 1000 110 10101001 1001101 1001001

Color Harmonies of #84EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EFDC

Black with #84EFDC

Text Example


Text Example

White with #84EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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