Html Css Color HEX #84FECA Aquamarine

📋 copy color: '#84FECA'

red 132 ◦ green 254 ◦ blue 202

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

Shades of Aquamarine #84FECA

Tints of Aquamarine #84FECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.35%

R = 22.45%
G = 43.2%
B = 34.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#84FECA (or 0x84FECA) is known color: Aquamarine. HEX triplet: 84, FE and CA. RGB value is (132,254,202). Sum of RGB (Red+Green+Blue) = 132+254+202=588 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.45% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #84FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FECA is #7B0135. Grayscale: #D3D3D3. Windows color (decimal): -8061238 or 13303428. OLE color: 13303428.

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

Color convert

RGB 132 254 202 -
CMYK 0.48 0 0.20 0.00
HSL 154.43º 0.98% 0.76% -
HSV(B) 154.43º 0.48% 1% -
XYZ 55.62 80.05 68.4 -
YUV 211.59 122.58 71.23 -
System Red Green Blue C M Y K H S L
Decimal 132 254 202 0.48 0 0.20 0.00 154.43 0.98 0.76
Hex 84 FE CA 30 0 14 0 9A 62 4C
Octal 204 376 312 60 0 24 0 232 142 114
Binary 10000100 11111110 11001010 110000 0 10100 0 10011010 1100010 1001100

Color Harmonies of #84FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FECA

Black with #84FECA

Text Example


Text Example

White with #84FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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