#54FA96

Color #54FA96 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #54FA96

Tints of Medium Aquamarine #54FA96

Color information

#54FA96 (or 0x54FA96) is unknown color: approx Medium Aquamarine. HEX triplet: 54, FA and 96. RGB value is (84,250,150). Sum of RGB (Red+Green+Blue) = 84+250+150=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #54FA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FA96 is #AB0569. Grayscale: #BDBDBD. Windows color (decimal): -11208042 or 9894484. OLE color: 9894484.

HSL color Cylindrical-coordinate representation of color #54FA96: hue angle of 143.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FA96 is Cyan = 0.66, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB84250150-
CMYK0.6600.40.02
HSL143.86º94.32%65.49%-
HSV(B)143.86º66.4%98.04%-
XYZ43.3572.4640.56-
YUV188.9710653.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.36%
GREEN value IS 250 (98.05% from 255) = 51.65%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=17.36%
G=51.65%
B=30.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842501500.6600.40.02143.8694.3265.49
Hex54FA96420282905e41
Octal1243722261020502220136101
Binary1010100111110101001011010000100101000101001000010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54FA96;
 }
 .AnyTagClassName
 {
   color: #54FA96;
 }
</style>
background-color css

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

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

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

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

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

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