Html Css Color HEX #54F2A0 Medium Aquamarine

📋 copy color: '#54F2A0'

red 84 ◦ green 242 ◦ blue 160

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

Shades of Medium Aquamarine #54F2A0

Tints of Medium Aquamarine #54F2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.92%

R = 17.28%
G = 49.79%
B = 32.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#54F2A0 (or 0x54F2A0) is known color: Medium Aquamarine. HEX triplet: 54, F2 and A0. RGB value is (84,242,160). Sum of RGB (Red+Green+Blue) = 84+242+160=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F2A0 is #AB0D5F. Grayscale: #B9B9B9. Windows color (decimal): -11210080 or 10547796. OLE color: 10547796.

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

Color convert

RGB 84 242 160 -
CMYK 0.65 0 0.34 0.05
HSL 148.86º 0.86% 0.64% -
HSV(B) 148.86º 0.65% 0.95% -
XYZ 41.75 67.93 44.17 -
YUV 185.41 113.65 55.67 -
System Red Green Blue C M Y K H S L
Decimal 84 242 160 0.65 0 0.34 0.05 148.86 0.86 0.64
Hex 54 F2 A0 41 0 22 5 95 56 40
Octal 124 362 240 101 0 42 5 225 126 100
Binary 1010100 11110010 10100000 1000001 0 100010 101 10010101 1010110 1000000

Color Harmonies of #54F2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F2A0

Black with #54F2A0

Text Example


Text Example

White with #54F2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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