Html Css Color HEX #84ECD4 Aquamarine

📋 copy color: '#84ECD4'

red 132 ◦ green 236 ◦ blue 212

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

Shades of Aquamarine #84ECD4

Tints of Aquamarine #84ECD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.55%

R = 22.76%
G = 40.69%
B = 36.55%

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

#84ECD4 (or 0x84ECD4) is known color: Aquamarine. HEX triplet: 84, EC and D4. RGB value is (132,236,212). Sum of RGB (Red+Green+Blue) = 132+236+212=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECD4 is #7B132B. Grayscale: #CACACA. Windows color (decimal): -8065836 or 13954180. OLE color: 13954180.

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

Color convert

RGB 132 236 212 -
CMYK 0.44 0 0.10 0.07
HSL 166.15º 0.73% 0.72% -
HSV(B) 166.15º 0.44% 0.93% -
XYZ 51.39 69.65 73.02 -
YUV 202.17 133.54 77.95 -
System Red Green Blue C M Y K H S L
Decimal 132 236 212 0.44 0 0.10 0.07 166.15 0.73 0.72
Hex 84 EC D4 2C 0 A 7 A6 49 48
Octal 204 354 324 54 0 12 7 246 111 110
Binary 10000100 11101100 11010100 101100 0 1010 111 10100110 1001001 1001000

Color Harmonies of #84ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECD4

Black with #84ECD4

Text Example


Text Example

White with #84ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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