Html Css Color HEX #84ECD2 Aquamarine

📋 copy color: '#84ECD2'

red 132 ◦ green 236 ◦ blue 210

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

Shades of Aquamarine #84ECD2

Tints of Aquamarine #84ECD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 22.84%
G = 40.83%
B = 36.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#84ECD2 (or 0x84ECD2) is known color: Aquamarine. HEX triplet: 84, EC and D2. RGB value is (132,236,210). Sum of RGB (Red+Green+Blue) = 132+236+210=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #84ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84ECD2 is #7B132D. Grayscale: #C9C9C9. Windows color (decimal): -8065838 or 13823108. OLE color: 13823108.

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

Color convert

RGB 132 236 210 -
CMYK 0.44 0 0.11 0.07
HSL 165º 0.73% 0.72% -
HSV(B) 165º 0.44% 0.93% -
XYZ 51.14 69.55 71.7 -
YUV 201.94 132.54 78.11 -
System Red Green Blue C M Y K H S L
Decimal 132 236 210 0.44 0 0.11 0.07 165 0.73 0.72
Hex 84 EC D2 2C 0 B 7 A5 49 48
Octal 204 354 322 54 0 13 7 245 111 110
Binary 10000100 11101100 11010010 101100 0 1011 111 10100101 1001001 1001000

Color Harmonies of #84ECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84ECD2

Black with #84ECD2

Text Example


Text Example

White with #84ECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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