#54CFAE

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

Shades of Medium Aquamarine #54CFAE

Tints of Medium Aquamarine #54CFAE

Color information

#54CFAE (or 0x54CFAE) is unknown color: approx Medium Aquamarine. HEX triplet: 54, CF and AE. RGB value is (84,207,174). Sum of RGB (Red+Green+Blue) = 84+207+174=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CFAE is #AB3051. Grayscale: #A6A6A6. Windows color (decimal): -11219026 or 11456340. OLE color: 11456340.

HSL color Cylindrical-coordinate representation of color #54CFAE: hue angle of 163.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CFAE is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB84207174-
CMYK0.5900.160.19
HSL163.9º56.16%57.06%-
HSV(B)163.9º59.42%81.18%-
XYZ33.6149.5747.84-
YUV166.46132.2569.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.06%
GREEN value IS 207 (81.25% from 255) = 44.52%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=18.06%
G=44.52%
B=37.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842071740.5900.160.19163.956.1657.06
Hex54CFAE3B01013a43839
Octal12431725673020232447071
Binary101010011001111101011101110110100001001110100100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,207,174); }

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

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

 a { background-color: rgb(84,207,174); }

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

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

 span { border-color: rgb(84,207,174); }

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