Html Css Color HEX #84FADE Aquamarine

📋 copy color: '#84FADE'

red 132 ◦ green 250 ◦ blue 222

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

Shades of Aquamarine #84FADE

Tints of Aquamarine #84FADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.39%

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

R = 21.85%
G = 41.39%
B = 36.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#84FADE (or 0x84FADE) is known color: Aquamarine. HEX triplet: 84, FA and DE. RGB value is (132,250,222). Sum of RGB (Red+Green+Blue) = 132+250+222=604 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.85% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #84FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FADE is #7B0521. Grayscale: #D3D3D3. Windows color (decimal): -8062242 or 14613124. OLE color: 14613124.

HSL color Cylindrical-coordinate representation of color #84FADE: hue angle of 165.76º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FADE is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 250 222 -
CMYK 0.47 0 0.11 0.02
HSL 165.76º 0.92% 0.75% -
HSV(B) 165.76º 0.47% 0.98% -
XYZ 56.89 78.55 81.27 -
YUV 211.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 132 250 222 0.47 0 0.11 0.02 165.76 0.92 0.75
Hex 84 FA DE 2F 0 B 2 A6 5C 4B
Octal 204 372 336 57 0 13 2 246 134 113
Binary 10000100 11111010 11011110 101111 0 1011 10 10100110 1011100 1001011

Color Harmonies of #84FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FADE

Black with #84FADE

Text Example


Text Example

White with #84FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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