#54F2B2

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

Shades of Medium Aquamarine #54F2B2

Tints of Medium Aquamarine #54F2B2

Color information

#54F2B2 (or 0x54F2B2) is unknown color: approx Medium Aquamarine. HEX triplet: 54, F2 and B2. RGB value is (84,242,178). Sum of RGB (Red+Green+Blue) = 84+242+178=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #54F2B2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #54F2B2 is #AB0D4D. Grayscale: #BBBBBB. Windows color (decimal): -11210062 or 11727444. OLE color: 11727444.

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

Color convert

RGB84242178-
CMYK0.6500.260.05
HSL155.7º85.87%63.92%-
HSV(B)155.7º65.29%94.9%-
XYZ43.4468.653.07-
YUV187.46122.6554.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.67%
GREEN value IS 242 (94.92% from 255) = 48.02%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=16.67%
G=48.02%
B=35.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842421780.6500.260.05155.785.8763.92
Hex54F2B24101A59c5640
Octal1243622621010325234126100
Binary1010100111100101011001010000010110101011001110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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