Html Css Color HEX #84FFC0 Aquamarine

📋 copy color: '#84FFC0'

red 132 ◦ green 255 ◦ blue 192

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

Shades of Aquamarine #84FFC0

Tints of Aquamarine #84FFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.16%

R = 22.8%
G = 44.04%
B = 33.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#84FFC0 (or 0x84FFC0) is known color: Aquamarine. HEX triplet: 84, FF and C0. RGB value is (132,255,192). Sum of RGB (Red+Green+Blue) = 132+255+192=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFC0 is #7B003F. Grayscale: #D3D3D3. Windows color (decimal): -8060992 or 12648324. OLE color: 12648324.

HSL color Cylindrical-coordinate representation of color #84FFC0: hue angle of 149.27º 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 #84FFC0 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 132 255 192 -
CMYK 0.48 0 0.25 0
HSL 149.27º 1% 0.76% -
HSV(B) 149.27º 0.48% 1% -
XYZ 54.79 80.23 62.47 -
YUV 211.04 117.25 71.62 -
System Red Green Blue C M Y K H S L
Decimal 132 255 192 0.48 0 0.25 0 149.27 1 0.76
Hex 84 FF C0 30 0 19 0 95 64 4C
Octal 204 377 300 60 0 31 0 225 144 114
Binary 10000100 11111111 11000000 110000 0 11001 0 10010101 1100100 1001100

Color Harmonies of #84FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFC0

Black with #84FFC0

Text Example


Text Example

White with #84FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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