#54FB95

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

Shades of Medium Aquamarine #54FB95

Tints of Medium Aquamarine #54FB95

Color information

#54FB95 (or 0x54FB95) is unknown color: approx Medium Aquamarine. HEX triplet: 54, FB and 95. RGB value is (84,251,149). Sum of RGB (Red+Green+Blue) = 84+251+149=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 251 (98.44% from 255 or 51.86% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 251 - color contains mainly: green. Hex color #54FB95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54FB95 is #AB046A. Grayscale: #BDBDBD. Windows color (decimal): -11207787 or 9829204. OLE color: 9829204.

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

Color convert

RGB84251149-
CMYK0.6700.410.02
HSL143.35º95.43%65.69%-
HSV(B)143.35º66.53%98.43%-
XYZ43.5873.0540.24-
YUV189.44105.1752.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.36%
GREEN value IS 251 (98.44% from 255) = 51.86%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=17.36%
G=51.86%
B=30.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842511490.6700.410.02143.3595.4365.69
Hex54FB954302928f5f42
Octal1243732251030512217137102
Binary1010100111110111001010110000110101001101000111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,251,149); }

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

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

 a { background-color: rgb(84,251,149); }

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

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

 span { border-color: rgb(84,251,149); }

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