Html Css Color HEX #84FABC Aquamarine

📋 copy color: '#84FABC'

red 132 ◦ green 250 ◦ blue 188

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

Shades of Aquamarine #84FABC

Tints of Aquamarine #84FABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.98%

R = 23.16%
G = 43.86%
B = 32.98%

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

#84FABC (or 0x84FABC) is known color: Aquamarine. HEX triplet: 84, FA and BC. RGB value is (132,250,188). Sum of RGB (Red+Green+Blue) = 132+250+188=570 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.16% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #84FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FABC is #7B0543. Grayscale: #CFCFCF. Windows color (decimal): -8062276 or 12384900. OLE color: 12384900.

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

Color convert

RGB 132 250 188 -
CMYK 0.47 0 0.25 0.02
HSL 148.47º 0.92% 0.75% -
HSV(B) 148.47º 0.47% 0.98% -
XYZ 52.78 76.91 59.64 -
YUV 207.65 116.91 74.04 -
System Red Green Blue C M Y K H S L
Decimal 132 250 188 0.47 0 0.25 0.02 148.47 0.92 0.75
Hex 84 FA BC 2F 0 19 2 94 5C 4B
Octal 204 372 274 57 0 31 2 224 134 113
Binary 10000100 11111010 10111100 101111 0 11001 10 10010100 1011100 1001011

Color Harmonies of #84FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FABC

Black with #84FABC

Text Example


Text Example

White with #84FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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