Html Css Color HEX #84FADB Aquamarine

📋 copy color: '#84FADB'

red 132 ◦ green 250 ◦ blue 219

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

Shades of Aquamarine #84FADB

Tints of Aquamarine #84FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 21.96%
G = 41.6%
B = 36.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#84FADB (or 0x84FADB) is known color: Aquamarine. HEX triplet: 84, FA and DB. RGB value is (132,250,219). Sum of RGB (Red+Green+Blue) = 132+250+219=601 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.96% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #84FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FADB is #7B0524. Grayscale: #D3D3D3. Windows color (decimal): -8062245 or 14416516. OLE color: 14416516.

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

Color convert

RGB 132 250 219 -
CMYK 0.47 0 0.12 0.02
HSL 164.24º 0.92% 0.75% -
HSV(B) 164.24º 0.47% 0.98% -
XYZ 56.49 78.39 79.17 -
YUV 211.18 132.41 71.52 -
System Red Green Blue C M Y K H S L
Decimal 132 250 219 0.47 0 0.12 0.02 164.24 0.92 0.75
Hex 84 FA DB 2F 0 C 2 A4 5C 4B
Octal 204 372 333 57 0 14 2 244 134 113
Binary 10000100 11111010 11011011 101111 0 1100 10 10100100 1011100 1001011

Color Harmonies of #84FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FADB

Black with #84FADB

Text Example


Text Example

White with #84FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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