Html Css Color HEX #84FABB Aquamarine

📋 copy color: '#84FABB'

red 132 ◦ green 250 ◦ blue 187

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

Shades of Aquamarine #84FABB

Tints of Aquamarine #84FABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.94%

 BLUE value IS 187 (73.44% from 255) = 32.86%

R = 23.2%
G = 43.94%
B = 32.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#84FABB (or 0x84FABB) is known color: Aquamarine. HEX triplet: 84, FA and BB. RGB value is (132,250,187). Sum of RGB (Red+Green+Blue) = 132+250+187=569 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.20% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #84FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FABB is #7B0544. Grayscale: #CFCFCF. Windows color (decimal): -8062277 or 12319364. OLE color: 12319364.

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

Color convert

RGB 132 250 187 -
CMYK 0.47 0 0.25 0.02
HSL 147.97º 0.92% 0.75% -
HSV(B) 147.97º 0.47% 0.98% -
XYZ 52.67 76.86 59.07 -
YUV 207.54 116.41 74.12 -
System Red Green Blue C M Y K H S L
Decimal 132 250 187 0.47 0 0.25 0.02 147.97 0.92 0.75
Hex 84 FA BB 2F 0 19 2 94 5C 4B
Octal 204 372 273 57 0 31 2 224 134 113
Binary 10000100 11111010 10111011 101111 0 11001 10 10010100 1011100 1001011

Color Harmonies of #84FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FABB

Black with #84FABB

Text Example


Text Example

White with #84FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,250,187); }

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

background-color css

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

 a { background-color: rgb(132,250,187); }

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

border-color css

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

 span { border-color: rgb(132,250,187); }

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