Html Css Color HEX #84EEDB Aquamarine

📋 copy color: '#84EEDB'

red 132 ◦ green 238 ◦ blue 219

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

Shades of Aquamarine #84EEDB

Tints of Aquamarine #84EEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 22.41%
G = 40.41%
B = 37.18%

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

#84EEDB (or 0x84EEDB) is known color: Aquamarine. HEX triplet: 84, EE and DB. RGB value is (132,238,219). Sum of RGB (Red+Green+Blue) = 132+238+219=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EEDB is #7B1124. Grayscale: #CCCCCC. Windows color (decimal): -8065317 or 14413444. OLE color: 14413444.

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

Color convert

RGB 132 238 219 -
CMYK 0.45 0 0.08 0.07
HSL 169.25º 0.76% 0.73% -
HSV(B) 169.25º 0.45% 0.93% -
XYZ 52.88 71.17 77.97 -
YUV 204.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 132 238 219 0.45 0 0.08 0.07 169.25 0.76 0.73
Hex 84 EE DB 2D 0 8 7 A9 4C 49
Octal 204 356 333 55 0 10 7 251 114 111
Binary 10000100 11101110 11011011 101101 0 1000 111 10101001 1001100 1001001

Color Harmonies of #84EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EEDB

Black with #84EEDB

Text Example


Text Example

White with #84EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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