Html Css Color HEX #54F2A2 Medium Aquamarine

📋 copy color: '#54F2A2'

red 84 ◦ green 242 ◦ blue 162

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

Shades of Medium Aquamarine #54F2A2

Tints of Medium Aquamarine #54F2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.2%

R = 17.21%
G = 49.59%
B = 33.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#54F2A2 (or 0x54F2A2) is known color: Medium Aquamarine. HEX triplet: 54, F2 and A2. RGB value is (84,242,162). Sum of RGB (Red+Green+Blue) = 84+242+162=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F2A2 is #AB0D5D. Grayscale: #B9B9B9. Windows color (decimal): -11210078 or 10678868. OLE color: 10678868.

HSL color Cylindrical-coordinate representation of color #54F2A2: hue angle of 149.62º 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 #54F2A2 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 242 162 -
CMYK 0.65 0 0.33 0.05
HSL 149.62º 0.86% 0.64% -
HSV(B) 149.62º 0.65% 0.95% -
XYZ 41.93 68 45.1 -
YUV 185.64 114.65 55.5 -
System Red Green Blue C M Y K H S L
Decimal 84 242 162 0.65 0 0.33 0.05 149.62 0.86 0.64
Hex 54 F2 A2 41 0 21 5 96 56 40
Octal 124 362 242 101 0 41 5 226 126 100
Binary 1010100 11110010 10100010 1000001 0 100001 101 10010110 1010110 1000000

Color Harmonies of #54F2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F2A2

Black with #54F2A2

Text Example


Text Example

White with #54F2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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