Html Css Color HEX #84ECD5 Aquamarine

📋 copy color: '#84ECD5'

red 132 ◦ green 236 ◦ blue 213

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

Shades of Aquamarine #84ECD5

Tints of Aquamarine #84ECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 22.72%
G = 40.62%
B = 36.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#84ECD5 (or 0x84ECD5) is known color: Aquamarine. HEX triplet: 84, EC and D5. RGB value is (132,236,213). Sum of RGB (Red+Green+Blue) = 132+236+213=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECD5 is #7B132A. Grayscale: #CACACA. Windows color (decimal): -8065835 or 14019716. OLE color: 14019716.

HSL color Cylindrical-coordinate representation of color #84ECD5: hue angle of 166.73º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84ECD5 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 132 236 213 -
CMYK 0.44 0 0.10 0.07
HSL 166.73º 0.73% 0.72% -
HSV(B) 166.73º 0.44% 0.93% -
XYZ 51.52 69.7 73.69 -
YUV 202.28 134.04 77.87 -
System Red Green Blue C M Y K H S L
Decimal 132 236 213 0.44 0 0.10 0.07 166.73 0.73 0.72
Hex 84 EC D5 2C 0 A 7 A7 49 48
Octal 204 354 325 54 0 12 7 247 111 110
Binary 10000100 11101100 11010101 101100 0 1010 111 10100111 1001001 1001000

Color Harmonies of #84ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECD5

Black with #84ECD5

Text Example


Text Example

White with #84ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,236,213); }

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

background-color css

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

 a { background-color: rgb(132,236,213); }

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

border-color css

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

 span { border-color: rgb(132,236,213); }

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