Html Css Color HEX #54F2A5 Medium Aquamarine

📋 copy color: '#54F2A5'

red 84 ◦ green 242 ◦ blue 165

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

Shades of Medium Aquamarine #54F2A5

Tints of Medium Aquamarine #54F2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 17.11%
G = 49.29%
B = 33.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#54F2A5 (or 0x54F2A5) is known color: Medium Aquamarine. HEX triplet: 54, F2 and A5. RGB value is (84,242,165). Sum of RGB (Red+Green+Blue) = 84+242+165=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F2A5 is #AB0D5A. Grayscale: #BABABA. Windows color (decimal): -11210075 or 10875476. OLE color: 10875476.

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

Color convert

RGB 84 242 165 -
CMYK 0.65 0 0.32 0.05
HSL 150.76º 0.86% 0.64% -
HSV(B) 150.76º 0.65% 0.95% -
XYZ 42.2 68.11 46.52 -
YUV 185.98 116.15 55.26 -
System Red Green Blue C M Y K H S L
Decimal 84 242 165 0.65 0 0.32 0.05 150.76 0.86 0.64
Hex 54 F2 A5 41 0 20 5 97 56 40
Octal 124 362 245 101 0 40 5 227 126 100
Binary 1010100 11110010 10100101 1000001 0 100000 101 10010111 1010110 1000000

Color Harmonies of #54F2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F2A5

Black with #54F2A5

Text Example


Text Example

White with #54F2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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