Html Css Color HEX #84F6BE Aquamarine

📋 copy color: '#84F6BE'

red 132 ◦ green 246 ◦ blue 190

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

Shades of Aquamarine #84F6BE

Tints of Aquamarine #84F6BE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.31%

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 23.24%
G = 43.31%
B = 33.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#84F6BE (or 0x84F6BE) is known color: Aquamarine. HEX triplet: 84, F6 and BE. RGB value is (132,246,190). Sum of RGB (Red+Green+Blue) = 132+246+190=568 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.24% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #84F6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F6BE is #7B0941. Grayscale: #CDCDCD. Windows color (decimal): -8063298 or 12514948. OLE color: 12514948.

HSL color Cylindrical-coordinate representation of color #84F6BE: hue angle of 150.53º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F6BE is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 246 190 -
CMYK 0.46 0 0.23 0.04
HSL 150.53º 0.86% 0.74% -
HSV(B) 150.53º 0.46% 0.96% -
XYZ 51.77 74.53 60.37 -
YUV 205.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 132 246 190 0.46 0 0.23 0.04 150.53 0.86 0.74
Hex 84 F6 BE 2E 0 17 4 97 56 4A
Octal 204 366 276 56 0 27 4 227 126 112
Binary 10000100 11110110 10111110 101110 0 10111 100 10010111 1010110 1001010

Color Harmonies of #84F6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F6BE

Black with #84F6BE

Text Example


Text Example

White with #84F6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,246,190); }

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

background-color css

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

 a { background-color: rgb(132,246,190); }

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

border-color css

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

 span { border-color: rgb(132,246,190); }

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