Html Css Color HEX #84ECDC Aquamarine

📋 copy color: '#84ECDC'

red 132 ◦ green 236 ◦ blue 220

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

Shades of Aquamarine #84ECDC

Tints of Aquamarine #84ECDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 22.45%
G = 40.14%
B = 37.41%

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

#84ECDC (or 0x84ECDC) is known color: Aquamarine. HEX triplet: 84, EC and DC. RGB value is (132,236,220). Sum of RGB (Red+Green+Blue) = 132+236+220=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECDC is #7B1323. Grayscale: #CBCBCB. Windows color (decimal): -8065828 or 14478468. OLE color: 14478468.

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

Color convert

RGB 132 236 220 -
CMYK 0.44 0 0.07 0.07
HSL 170.77º 0.73% 0.72% -
HSV(B) 170.77º 0.44% 0.93% -
XYZ 52.43 70.06 78.47 -
YUV 203.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 132 236 220 0.44 0 0.07 0.07 170.77 0.73 0.72
Hex 84 EC DC 2C 0 7 7 AB 49 48
Octal 204 354 334 54 0 7 7 253 111 110
Binary 10000100 11101100 11011100 101100 0 111 111 10101011 1001001 1001000

Color Harmonies of #84ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECDC

Black with #84ECDC

Text Example


Text Example

White with #84ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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