Html Css Color HEX #84ECDB Aquamarine

📋 copy color: '#84ECDB'

red 132 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #84ECDB

Tints of Aquamarine #84ECDB

RGB

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

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

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

R = 22.49%
G = 40.2%
B = 37.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#84ECDB (or 0x84ECDB) is known color: Aquamarine. HEX triplet: 84, EC and DB. RGB value is (132,236,219). Sum of RGB (Red+Green+Blue) = 132+236+219=587 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.49% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECDB is #7B1324. Grayscale: #CACACA. Windows color (decimal): -8065829 or 14412932. OLE color: 14412932.

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

Color convert

RGB 132 236 219 -
CMYK 0.44 0 0.07 0.07
HSL 170.19º 0.73% 0.72% -
HSV(B) 170.19º 0.44% 0.93% -
XYZ 52.3 70.01 77.77 -
YUV 202.97 137.04 77.38 -
System Red Green Blue C M Y K H S L
Decimal 132 236 219 0.44 0 0.07 0.07 170.19 0.73 0.72
Hex 84 EC DB 2C 0 7 7 AA 49 48
Octal 204 354 333 54 0 7 7 252 111 110
Binary 10000100 11101100 11011011 101100 0 111 111 10101010 1001001 1001000

Color Harmonies of #84ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECDB

Black with #84ECDB

Text Example


Text Example

White with #84ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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