Html Css Color HEX #84FDD9 Aquamarine

📋 copy color: '#84FDD9'

red 132 ◦ green 253 ◦ blue 217

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

Shades of Aquamarine #84FDD9

Tints of Aquamarine #84FDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.03%

 BLUE value IS 217 (85.16% from 255) = 36.05%

R = 21.93%
G = 42.03%
B = 36.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#84FDD9 (or 0x84FDD9) is known color: Aquamarine. HEX triplet: 84, FD and D9. RGB value is (132,253,217). Sum of RGB (Red+Green+Blue) = 132+253+217=602 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.93% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #84FDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FDD9 is #7B0226. Grayscale: #D4D4D4. Windows color (decimal): -8061479 or 14286212. OLE color: 14286212.

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

Color convert

RGB 132 253 217 -
CMYK 0.48 0 0.14 0.01
HSL 162.15º 0.97% 0.75% -
HSV(B) 162.15º 0.48% 0.99% -
XYZ 57.17 80.17 78.11 -
YUV 212.72 130.41 70.43 -
System Red Green Blue C M Y K H S L
Decimal 132 253 217 0.48 0 0.14 0.01 162.15 0.97 0.75
Hex 84 FD D9 30 0 E 1 A2 61 4B
Octal 204 375 331 60 0 16 1 242 141 113
Binary 10000100 11111101 11011001 110000 0 1110 1 10100010 1100001 1001011

Color Harmonies of #84FDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FDD9

Black with #84FDD9

Text Example


Text Example

White with #84FDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,253,217); }

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

background-color css

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

 a { background-color: rgb(132,253,217); }

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

border-color css

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

 span { border-color: rgb(132,253,217); }

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