Html Css Color HEX #84FCDC Aquamarine

📋 copy color: '#84FCDC'

red 132 ◦ green 252 ◦ blue 220

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

Shades of Aquamarine #84FCDC

Tints of Aquamarine #84FCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 21.85%
G = 41.72%
B = 36.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#84FCDC (or 0x84FCDC) is known color: Aquamarine. HEX triplet: 84, FC and DC. RGB value is (132,252,220). Sum of RGB (Red+Green+Blue) = 132+252+220=604 (80% of max value = 765). Red value is 132 (51.95% from 255 or 21.85% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FCDC is #7B0323. Grayscale: #D4D4D4. Windows color (decimal): -8061732 or 14482564. OLE color: 14482564.

HSL color Cylindrical-coordinate representation of color #84FCDC: hue angle of 164º 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 #84FCDC is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 252 220 -
CMYK 0.48 0 0.13 0.01
HSL 164º 0.95% 0.75% -
HSV(B) 164º 0.48% 0.99% -
XYZ 57.24 79.69 80.08 -
YUV 212.47 132.24 70.6 -
System Red Green Blue C M Y K H S L
Decimal 132 252 220 0.48 0 0.13 0.01 164 0.95 0.75
Hex 84 FC DC 30 0 D 1 A4 5F 4B
Octal 204 374 334 60 0 15 1 244 137 113
Binary 10000100 11111100 11011100 110000 0 1101 1 10100100 1011111 1001011

Color Harmonies of #84FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FCDC

Black with #84FCDC

Text Example


Text Example

White with #84FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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