Html Css Color HEX #54F29F Medium Aquamarine

📋 copy color: '#54F29F'

red 84 ◦ green 242 ◦ blue 159

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

Shades of Medium Aquamarine #54F29F

Tints of Medium Aquamarine #54F29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.78%

R = 17.32%
G = 49.9%
B = 32.78%

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

#54F29F (or 0x54F29F) is known color: Medium Aquamarine. HEX triplet: 54, F2 and 9F. RGB value is (84,242,159). Sum of RGB (Red+Green+Blue) = 84+242+159=485 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.32% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #54F29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F29F is #AB0D60. Grayscale: #B9B9B9. Windows color (decimal): -11210081 or 10482260. OLE color: 10482260.

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

Color convert

RGB 84 242 159 -
CMYK 0.65 0 0.34 0.05
HSL 148.48º 0.86% 0.64% -
HSV(B) 148.48º 0.65% 0.95% -
XYZ 41.67 67.89 43.71 -
YUV 185.3 113.15 55.75 -
System Red Green Blue C M Y K H S L
Decimal 84 242 159 0.65 0 0.34 0.05 148.48 0.86 0.64
Hex 54 F2 9F 41 0 22 5 94 56 40
Octal 124 362 237 101 0 42 5 224 126 100
Binary 1010100 11110010 10011111 1000001 0 100010 101 10010100 1010110 1000000

Color Harmonies of #54F29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F29F

Black with #54F29F

Text Example


Text Example

White with #54F29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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