Html Css Color HEX #84EEE2 Aquamarine

📋 copy color: '#84EEE2'

red 132 ◦ green 238 ◦ blue 226

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

Shades of Aquamarine #84EEE2

Tints of Aquamarine #84EEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.92%

R = 22.15%
G = 39.93%
B = 37.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#84EEE2 (or 0x84EEE2) is known color: Aquamarine. HEX triplet: 84, EE and E2. RGB value is (132,238,226). Sum of RGB (Red+Green+Blue) = 132+238+226=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #84EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EEE2 is #7B111D. Grayscale: #CCCCCC. Windows color (decimal): -8065310 or 14872196. OLE color: 14872196.

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

Color convert

RGB 132 238 226 -
CMYK 0.45 0 0.05 0.07
HSL 173.21º 0.76% 0.73% -
HSV(B) 173.21º 0.45% 0.93% -
XYZ 53.82 71.55 82.92 -
YUV 204.94 139.88 75.98 -
System Red Green Blue C M Y K H S L
Decimal 132 238 226 0.45 0 0.05 0.07 173.21 0.76 0.73
Hex 84 EE E2 2D 0 5 7 AD 4C 49
Octal 204 356 342 55 0 5 7 255 114 111
Binary 10000100 11101110 11100010 101101 0 101 111 10101101 1001100 1001001

Color Harmonies of #84EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EEE2

Black with #84EEE2

Text Example


Text Example

White with #84EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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