Html Css Color HEX #84FFC2 Aquamarine

📋 copy color: '#84FFC2'

red 132 ◦ green 255 ◦ blue 194

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

Shades of Aquamarine #84FFC2

Tints of Aquamarine #84FFC2

RGB

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

 GREEN value IS 255 (100% from 255) = 43.89%

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 22.72%
G = 43.89%
B = 33.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#84FFC2 (or 0x84FFC2) is known color: Aquamarine. HEX triplet: 84, FF and C2. RGB value is (132,255,194). Sum of RGB (Red+Green+Blue) = 132+255+194=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFC2 is #7B003D. Grayscale: #D3D3D3. Windows color (decimal): -8060990 or 12779396. OLE color: 12779396.

HSL color Cylindrical-coordinate representation of color #84FFC2: hue angle of 150.24º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFC2 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 132 255 194 -
CMYK 0.48 0 0.24 0
HSL 150.24º 1% 0.76% -
HSV(B) 150.24º 0.48% 1% -
XYZ 55.01 80.32 63.64 -
YUV 211.27 118.25 71.46 -
System Red Green Blue C M Y K H S L
Decimal 132 255 194 0.48 0 0.24 0 150.24 1 0.76
Hex 84 FF C2 30 0 18 0 96 64 4C
Octal 204 377 302 60 0 30 0 226 144 114
Binary 10000100 11111111 11000010 110000 0 11000 0 10010110 1100100 1001100

Color Harmonies of #84FFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFC2

Black with #84FFC2

Text Example


Text Example

White with #84FFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,255,194); }

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

background-color css

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

 a { background-color: rgb(132,255,194); }

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

border-color css

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

 span { border-color: rgb(132,255,194); }

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