Html Css Color HEX #54EAA2 Medium Aquamarine

📋 copy color: '#54EAA2'

red 84 ◦ green 234 ◦ blue 162

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

Shades of Medium Aquamarine #54EAA2

Tints of Medium Aquamarine #54EAA2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.75%

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

R = 17.5%
G = 48.75%
B = 33.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#54EAA2 (or 0x54EAA2) is known color: Medium Aquamarine. HEX triplet: 54, EA and A2. RGB value is (84,234,162). Sum of RGB (Red+Green+Blue) = 84+234+162=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #54EAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54EAA2 is #AB155D. Grayscale: #B5B5B5. Windows color (decimal): -11212126 or 10676820. OLE color: 10676820.

HSL color Cylindrical-coordinate representation of color #54EAA2: hue angle of 151.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EAA2 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 234 162 -
CMYK 0.64 0 0.31 0.08
HSL 151.2º 0.78% 0.62% -
HSV(B) 151.2º 0.64% 0.92% -
XYZ 39.6 63.34 44.32 -
YUV 180.94 117.31 58.85 -
System Red Green Blue C M Y K H S L
Decimal 84 234 162 0.64 0 0.31 0.08 151.2 0.78 0.62
Hex 54 EA A2 40 0 1F 8 97 4E 3E
Octal 124 352 242 100 0 37 10 227 116 76
Binary 1010100 11101010 10100010 1000000 0 11111 1000 10010111 1001110 111110

Color Harmonies of #54EAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EAA2

Black with #54EAA2

Text Example


Text Example

White with #54EAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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