Html Css Color HEX #84F2C9 Aquamarine

📋 copy color: '#84F2C9'

red 132 ◦ green 242 ◦ blue 201

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

Shades of Aquamarine #84F2C9

Tints of Aquamarine #84F2C9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.09%

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 22.96%
G = 42.09%
B = 34.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#84F2C9 (or 0x84F2C9) is known color: Aquamarine. HEX triplet: 84, F2 and C9. RGB value is (132,242,201). Sum of RGB (Red+Green+Blue) = 132+242+201=575 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.96% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F2C9 is #7B0D36. Grayscale: #CCCCCC. Windows color (decimal): -8064311 or 13234820. OLE color: 13234820.

HSL color Cylindrical-coordinate representation of color #84F2C9: hue angle of 157.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2C9 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 242 201 -
CMYK 0.45 0 0.17 0.05
HSL 157.64º 0.81% 0.73% -
HSV(B) 157.64º 0.45% 0.95% -
XYZ 51.81 72.63 66.55 -
YUV 204.44 126.06 76.33 -
System Red Green Blue C M Y K H S L
Decimal 132 242 201 0.45 0 0.17 0.05 157.64 0.81 0.73
Hex 84 F2 C9 2D 0 11 5 9E 51 49
Octal 204 362 311 55 0 21 5 236 121 111
Binary 10000100 11110010 11001001 101101 0 10001 101 10011110 1010001 1001001

Color Harmonies of #84F2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F2C9

Black with #84F2C9

Text Example


Text Example

White with #84F2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,242,201); }

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

background-color css

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

 a { background-color: rgb(132,242,201); }

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

border-color css

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

 span { border-color: rgb(132,242,201); }

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