Html Css Color HEX #84FECE Aquamarine

📋 copy color: '#84FECE'

red 132 ◦ green 254 ◦ blue 206

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

Shades of Aquamarine #84FECE

Tints of Aquamarine #84FECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.91%

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 22.3%
G = 42.91%
B = 34.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#84FECE (or 0x84FECE) is known color: Aquamarine. HEX triplet: 84, FE and CE. RGB value is (132,254,206). Sum of RGB (Red+Green+Blue) = 132+254+206=592 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.30% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #84FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FECE is #7B0131. Grayscale: #D4D4D4. Windows color (decimal): -8061234 or 13565572. OLE color: 13565572.

HSL color Cylindrical-coordinate representation of color #84FECE: hue angle of 156.39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FECE is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 132 254 206 -
CMYK 0.48 0 0.19 0.00
HSL 156.39º 0.98% 0.76% -
HSV(B) 156.39º 0.48% 1% -
XYZ 56.1 80.25 70.92 -
YUV 212.05 124.58 70.9 -
System Red Green Blue C M Y K H S L
Decimal 132 254 206 0.48 0 0.19 0.00 156.39 0.98 0.76
Hex 84 FE CE 30 0 13 0 9C 62 4C
Octal 204 376 316 60 0 23 0 234 142 114
Binary 10000100 11111110 11001110 110000 0 10011 0 10011100 1100010 1001100

Color Harmonies of #84FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FECE

Black with #84FECE

Text Example


Text Example

White with #84FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,254,206); }

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

background-color css

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

 a { background-color: rgb(132,254,206); }

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

border-color css

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

 span { border-color: rgb(132,254,206); }

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