Html Css Color HEX #84EDDE Aquamarine

📋 copy color: '#84EDDE'

red 132 ◦ green 237 ◦ blue 222

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

Shades of Aquamarine #84EDDE

Tints of Aquamarine #84EDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.1%

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 22.34%
G = 40.1%
B = 37.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#84EDDE (or 0x84EDDE) is known color: Aquamarine. HEX triplet: 84, ED and DE. RGB value is (132,237,222). Sum of RGB (Red+Green+Blue) = 132+237+222=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #84EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EDDE is #7B1221. Grayscale: #CBCBCB. Windows color (decimal): -8065570 or 14609796. OLE color: 14609796.

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

Color convert

RGB 132 237 222 -
CMYK 0.44 0 0.06 0.07
HSL 171.43º 0.74% 0.72% -
HSV(B) 171.43º 0.44% 0.93% -
XYZ 52.98 70.75 79.97 -
YUV 203.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 132 237 222 0.44 0 0.06 0.07 171.43 0.74 0.72
Hex 84 ED DE 2C 0 6 7 AB 4A 48
Octal 204 355 336 54 0 6 7 253 112 110
Binary 10000100 11101101 11011110 101100 0 110 111 10101011 1001010 1001000

Color Harmonies of #84EDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EDDE

Black with #84EDDE

Text Example


Text Example

White with #84EDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,237,222); }

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

background-color css

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

 a { background-color: rgb(132,237,222); }

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

border-color css

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

 span { border-color: rgb(132,237,222); }

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