#55F6A9

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

Shades of Medium Aquamarine #55F6A9

Tints of Medium Aquamarine #55F6A9

Color information

#55F6A9 (or 0x55F6A9) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F6 and A9. RGB value is (85,246,169). Sum of RGB (Red+Green+Blue) = 85+246+169=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #55F6A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F6A9 is #AA0956. Grayscale: #BDBDBD. Windows color (decimal): -11143511 or 11138645. OLE color: 11138645.

HSL color Cylindrical-coordinate representation of color #55F6A9: hue angle of 151.3º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F6A9 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB85246169-
CMYK0.6500.310.04
HSL151.3º89.94%64.9%-
HSV(B)151.3º65.45%96.47%-
XYZ43.8670.7148.87-
YUV189.08116.6653.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17%
GREEN value IS 246 (96.48% from 255) = 49.2%
BLUE value IS 169 (66.41% from 255) = 33.8%
R=17%
G=49.2%
B=33.8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852461690.6500.310.04151.389.9464.9
Hex55F6A94101F4975a41
Octal1253662511010374227132101
Binary1010101111101101010100110000010111111001001011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,246,169); }

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

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

 a { background-color: rgb(85,246,169); }

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

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

 span { border-color: rgb(85,246,169); }

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