#55F9AE

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

Shades of Medium Aquamarine #55F9AE

Tints of Medium Aquamarine #55F9AE

Color information

#55F9AE (or 0x55F9AE) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F9 and AE. RGB value is (85,249,174). Sum of RGB (Red+Green+Blue) = 85+249+174=508 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.73% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #55F9AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F9AE is #AA0651. Grayscale: #BFBFBF. Windows color (decimal): -11142738 or 11467093. OLE color: 11467093.

HSL color Cylindrical-coordinate representation of color #55F9AE: hue angle of 152.56º degrees, saturation: 0.93, 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 #55F9AE is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB85249174-
CMYK0.6600.300.02
HSL152.56º93.18%65.49%-
HSV(B)152.56º65.86%97.65%-
XYZ45.2672.7451.7-
YUV191.41118.1752.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.73%
GREEN value IS 249 (97.66% from 255) = 49.02%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=16.73%
G=49.02%
B=34.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852491740.6600.300.02152.5693.1865.49
Hex55F9AE4201E2995d41
Octal1253712561020362231135101
Binary101010111111001101011101000010011110101001100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55F9AE; }

 p { color: rgb(85,249,174); }

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

<style>
 a { background-color: #55F9AE; }

 a { background-color: rgb(85,249,174); }

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

<style>
 span { border-color: #55F9AE; }

 span { border-color: rgb(85,249,174); }

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