Html Css Color HEX #54F696 Medium Aquamarine

📋 copy color: '#54F696'

red 84 ◦ green 246 ◦ blue 150

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

Shades of Medium Aquamarine #54F696

Tints of Medium Aquamarine #54F696

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.25%

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 17.5%
G = 51.25%
B = 31.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#54F696 (or 0x54F696) is known color: Medium Aquamarine. HEX triplet: 54, F6 and 96. RGB value is (84,246,150). Sum of RGB (Red+Green+Blue) = 84+246+150=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #54F696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F696 is #AB0969. Grayscale: #BABABA. Windows color (decimal): -11209066 or 9893460. OLE color: 9893460.

HSL color Cylindrical-coordinate representation of color #54F696: hue angle of 144.44º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F696 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 246 150 -
CMYK 0.66 0 0.39 0.04
HSL 144.44º 0.9% 0.65% -
HSV(B) 144.44º 0.66% 0.96% -
XYZ 42.12 70 40.15 -
YUV 186.62 107.33 54.81 -
System Red Green Blue C M Y K H S L
Decimal 84 246 150 0.66 0 0.39 0.04 144.44 0.9 0.65
Hex 54 F6 96 42 0 27 4 90 5A 41
Octal 124 366 226 102 0 47 4 220 132 101
Binary 1010100 11110110 10010110 1000010 0 100111 100 10010000 1011010 1000001

Color Harmonies of #54F696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F696

Black with #54F696

Text Example


Text Example

White with #54F696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,246,150); }

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

background-color css

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

 a { background-color: rgb(84,246,150); }

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

border-color css

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

 span { border-color: rgb(84,246,150); }

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