#54f2af

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

Shades of Medium Aquamarine #54F2AF

Tints of Medium Aquamarine #54F2AF

Color information

#54F2AF (or 0x54F2AF) is unknown color: approx Medium Aquamarine. HEX triplet: 54, F2 and AF. RGB value is (84,242,175). Sum of RGB (Red+Green+Blue) = 84+242+175=501 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.77% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F2AF is #AB0D50. Grayscale: #BBBBBB. Windows color (decimal): -11210065 or 11530836. OLE color: 11530836.

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

Color convert

RGB84242175-
CMYK0.6500.280.05
HSL154.56º85.87%63.92%-
HSV(B)154.56º65.29%94.9%-
XYZ43.1568.4851.5-
YUV187.12121.1554.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.77%
GREEN value IS 242 (94.92% from 255) = 48.30%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=16.77%
G=48.30%
B=34.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842421750.6500.280.05154.5685.8763.92
Hex54F2AF4101C59b5640
Octal1243622571010345233126100
Binary1010100111100101010111110000010111001011001101110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54f2af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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