Html Css Color HEX #84EECE Aquamarine

📋 copy color: '#84EECE'

red 132 ◦ green 238 ◦ blue 206

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

Shades of Aquamarine #84EECE

Tints of Aquamarine #84EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 22.92%
G = 41.32%
B = 35.76%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#84EECE (or 0x84EECE) is known color: Aquamarine. HEX triplet: 84, EE and CE. RGB value is (132,238,206). Sum of RGB (Red+Green+Blue) = 132+238+206=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #84EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EECE is #7B1131. Grayscale: #CACACA. Windows color (decimal): -8065330 or 13561476. OLE color: 13561476.

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

Color convert

RGB 132 238 206 -
CMYK 0.45 0 0.13 0.07
HSL 161.89º 0.76% 0.73% -
HSV(B) 161.89º 0.45% 0.93% -
XYZ 51.23 70.51 69.3 -
YUV 202.66 129.88 77.6 -
System Red Green Blue C M Y K H S L
Decimal 132 238 206 0.45 0 0.13 0.07 161.89 0.76 0.73
Hex 84 EE CE 2D 0 D 7 A2 4C 49
Octal 204 356 316 55 0 15 7 242 114 111
Binary 10000100 11101110 11001110 101101 0 1101 111 10100010 1001100 1001001

Color Harmonies of #84EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EECE

Black with #84EECE

Text Example


Text Example

White with #84EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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