Html Css Color HEX #84FBBA Aquamarine

📋 copy color: '#84FBBA'

red 132 ◦ green 251 ◦ blue 186

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

Shades of Aquamarine #84FBBA

Tints of Aquamarine #84FBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.11%

 BLUE value IS 186 (73.05% from 255) = 32.69%

R = 23.2%
G = 44.11%
B = 32.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#84FBBA (or 0x84FBBA) is known color: Aquamarine. HEX triplet: 84, FB and BA. RGB value is (132,251,186). Sum of RGB (Red+Green+Blue) = 132+251+186=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FBBA is #7B0445. Grayscale: #D0D0D0. Windows color (decimal): -8062022 or 12254084. OLE color: 12254084.

HSL color Cylindrical-coordinate representation of color #84FBBA: hue angle of 147.23º degrees, saturation: 0.94, 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 #84FBBA is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 251 186 -
CMYK 0.47 0 0.26 0.02
HSL 147.23º 0.94% 0.75% -
HSV(B) 147.23º 0.47% 0.98% -
XYZ 52.88 77.45 58.62 -
YUV 208.01 115.58 73.79 -
System Red Green Blue C M Y K H S L
Decimal 132 251 186 0.47 0 0.26 0.02 147.23 0.94 0.75
Hex 84 FB BA 2F 0 1A 2 93 5E 4B
Octal 204 373 272 57 0 32 2 223 136 113
Binary 10000100 11111011 10111010 101111 0 11010 10 10010011 1011110 1001011

Color Harmonies of #84FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FBBA

Black with #84FBBA

Text Example


Text Example

White with #84FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,251,186); }

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

background-color css

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

 a { background-color: rgb(132,251,186); }

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

border-color css

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

 span { border-color: rgb(132,251,186); }

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