Html Css Color HEX #54F2AA Medium Aquamarine

📋 copy color: '#54F2AA'

red 84 ◦ green 242 ◦ blue 170

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

Shades of Medium Aquamarine #54F2AA

Tints of Medium Aquamarine #54F2AA

RGB

 RED value IS 84 (33.2% from 255) = 16.94%

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 16.94%
G = 48.79%
B = 34.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#54F2AA (or 0x54F2AA) is known color: Medium Aquamarine. HEX triplet: 54, F2 and AA. RGB value is (84,242,170). Sum of RGB (Red+Green+Blue) = 84+242+170=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F2AA is #AB0D55. Grayscale: #BABABA. Windows color (decimal): -11210070 or 11203156. OLE color: 11203156.

HSL color Cylindrical-coordinate representation of color #54F2AA: hue angle of 152.66º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F2AA is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 242 170 -
CMYK 0.65 0 0.30 0.05
HSL 152.66º 0.86% 0.64% -
HSV(B) 152.66º 0.65% 0.95% -
XYZ 42.66 68.29 48.96 -
YUV 186.55 118.65 54.85 -
System Red Green Blue C M Y K H S L
Decimal 84 242 170 0.65 0 0.30 0.05 152.66 0.86 0.64
Hex 54 F2 AA 41 0 1E 5 99 56 40
Octal 124 362 252 101 0 36 5 231 126 100
Binary 1010100 11110010 10101010 1000001 0 11110 101 10011001 1010110 1000000

Color Harmonies of #54F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F2AA

Black with #54F2AA

Text Example


Text Example

White with #54F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54F2AA; }

 p { color: rgb(84,242,170); }

 H1.HeaderClassName
 {
   color: #54F2AA;
 }
 .AnyTagClassName
 {
   color: #54F2AA;
 }
</style>

background-color css

<style>
 a { background-color: #54F2AA; }

 a { background-color: rgb(84,242,170); }

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

border-color css

<style>
 span { border-color: #54F2AA; }

 span { border-color: rgb(84,242,170); }

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