Html Css Color HEX #84FCD6 Aquamarine

📋 copy color: '#84FCD6'

red 132 ◦ green 252 ◦ blue 214

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

Shades of Aquamarine #84FCD6

Tints of Aquamarine #84FCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.14%

 BLUE value IS 214 (83.98% from 255) = 35.79%

R = 22.07%
G = 42.14%
B = 35.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#84FCD6 (or 0x84FCD6) is known color: Aquamarine. HEX triplet: 84, FC and D6. RGB value is (132,252,214). Sum of RGB (Red+Green+Blue) = 132+252+214=598 (79% of max value = 765). Red value is 132 (51.95% from 255 or 22.07% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCD6 is #7B0329. Grayscale: #D3D3D3. Windows color (decimal): -8061738 or 14089348. OLE color: 14089348.

HSL color Cylindrical-coordinate representation of color #84FCD6: hue angle of 161º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCD6 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 252 214 -
CMYK 0.48 0 0.15 0.01
HSL 161º 0.95% 0.75% -
HSV(B) 161º 0.48% 0.99% -
XYZ 56.46 79.38 75.96 -
YUV 211.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 132 252 214 0.48 0 0.15 0.01 161 0.95 0.75
Hex 84 FC D6 30 0 F 1 A1 5F 4B
Octal 204 374 326 60 0 17 1 241 137 113
Binary 10000100 11111100 11010110 110000 0 1111 1 10100001 1011111 1001011

Color Harmonies of #84FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FCD6

Black with #84FCD6

Text Example


Text Example

White with #84FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,252,214); }

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

background-color css

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

 a { background-color: rgb(132,252,214); }

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

border-color css

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

 span { border-color: rgb(132,252,214); }

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